source:
binary-improvements/CoppisAdditions/src/API.cs@
300
| Last change on this file since 300 was 273, checked in by , 10 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)