source:
binary-improvements/CoppisAdditions/src/API.cs@
298
Last change on this file since 298 was 273, checked in by , 9 years ago | |
---|---|
File size: 331 bytes |
Rev | Line | |
---|---|---|
[273] | 1 | using System; |
2 | ||
3 | namespace 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.