source: binary-improvements/CoppisAdditions/src/API.cs@ 277

Last change on this file since 277 was 273, checked in by alloc, 9 years ago

fixes 8_10_13_1

File size: 331 bytes
Line 
1using System;
2
3namespace CoppisAdditions
4{
5 public class API : ModApiAbstract {
6
7 public override bool ChatMessage (ClientInfo _cInfo, EnumGameMessages _type, string _msg, string _mainName, bool _localizeMain, string _secondaryName, bool _localizeSecondary) {
8 return ChatFilter.Exec (_cInfo, _type, _msg, _mainName);
9 }
10 }
11}
12
Note: See TracBrowser for help on using the repository browser.