RMC Overlord Dare Service - zeroKilo/GROBackendWV GitHub Wiki
Custom RMC service for dare management (Overlord integration).
| Method ID | Method Name |
|---|---|
| 1 | RequestDareInfo |
| 2 | DeleteDare |
| 3 | PostDare |
(1) RequestDareInfo
Request
Empty request.
Response
| Type | Name |
|---|---|
| DateTime | time |
| List<ProtoDareInfo> | dareInfos |
(2) DeleteDare
Request
| Type | Name |
|---|---|
| Uint32 | dareId |
Response
Empty response.
(3) PostDare
Request
| Type | Name |
|---|---|
| Uint32 | unkUint1 |
| Uint32 | unkUint2 |
| Uint32 | unkUint3 |
Response
Empty response.
Types
ProtoDareInfo
| Type | Name |
|---|---|
| Uint32 | unkUint1 |
| Uint32 | unkUint2 |
| DateTime | time |
| Uint32 | unkUint3 |
| Uint32 | unkUint4 |