This commit is contained in:
sk 2024-07-02 15:17:51 +08:00
parent 2d2bfb830d
commit 18a7114f61
3 changed files with 766 additions and 733 deletions

View File

@ -23,5 +23,6 @@
"ClosePreCreateRoom": true,
"AgoraAddress": "http://47.105.78.29:8081",
"InviteUrl": "http://47.105.78.29:8000/",
"RankTimeout": 2
"RankTimeout": 2,
"PermitInitScore": 1234
}

File diff suppressed because it is too large Load Diff

View File

@ -202,6 +202,9 @@ message PlayerData{
string Channel = 53; //
string LastChannel = 54; // 使
repeated ItemInfo Items = 55; //
bool IsPermit = 56; //
int64 Long = 57; //
int64 PermitScore = 58; //
}
message RoomInfo{