mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update 3.6
This commit is contained in:
@@ -4,13 +4,13 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "SumoTeamData.proto";
|
||||
|
||||
// Name: BBCNMKKOJFN
|
||||
// CmdId: 8005
|
||||
// CmdId: 8722
|
||||
// Name: BFGKDELGOHP
|
||||
message SumoSaveTeamRsp {
|
||||
uint32 stage_id = 2;
|
||||
uint32 stage_id = 11;
|
||||
uint32 difficulty_id = 3;
|
||||
repeated SumoTeamData team_list = 12;
|
||||
uint32 activity_id = 13;
|
||||
repeated SumoTeamData team_list = 10;
|
||||
uint32 difficulty_id = 8;
|
||||
int32 retcode = 3;
|
||||
int32 retcode = 5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user