Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -30,7 +30,7 @@ message ServerUpdateGlobalValueNotify {
float value = 6;
enum UpdateType {
UPDATE_TYPE_INVALUE = 0;
UPDATE_TYPE_INVALID = 0;
UPDATE_TYPE_ADD = 1;
UPDATE_TYPE_SET = 2;
}