RMC Profanity Filter Service - zeroKilo/GROBackendWV GitHub Wiki
Custom RMC service for chat filtering.
| Method ID | Method Name |
|---|---|
| 1 | GetWords |
(1) GetWords
Request
Empty request.
Response
| Type | Name |
|---|---|
| List<GR5_ProfaneWord> | _outWords |
Types
GR5_ProfaneWord
| Type | Name |
|---|---|
| Uint32 | mId |
| Uint8 | mType |
| String | mWord |