mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
testing
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
|
||||
import "SumoTeamData.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user