mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Melon 3.5
This commit is contained in:
@@ -2,22 +2,15 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "SumoTeamData.proto";
|
||||
|
||||
// Name: BBCNMKKOJFN
|
||||
// CmdId: 8005
|
||||
message SumoSaveTeamRsp {
|
||||
//enum OMIFAMEOENF {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 8017;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
uint32 stageId = 9;
|
||||
uint32 difficultyId = 14;
|
||||
int32 retcode = 12;
|
||||
uint32 activityId = 3;
|
||||
repeated SumoTeamData teamList = 8;
|
||||
uint32 stage_id = 2;
|
||||
uint32 activity_id = 13;
|
||||
repeated SumoTeamData team_list = 10;
|
||||
uint32 difficulty_id = 8;
|
||||
int32 retcode = 3;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user