mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update v3.3.0-fix3 (3.3)
This commit is contained in:
@@ -30,8 +30,8 @@ message DebugNotify {
|
||||
// }
|
||||
|
||||
enum Retcode {
|
||||
RETCODE_SUCC = 0;
|
||||
RETCODE_FAIL = 1;
|
||||
SUCC = 0;
|
||||
FAIL = 1;
|
||||
}
|
||||
|
||||
uint32 id = 1;
|
||||
|
Reference in New Issue
Block a user