25 lines
554 B
Protocol Buffer
25 lines
554 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "ScenePlayBattleSettleRewardInfo.proto";
|
||
|
import "ScenePlayBattleSettlePlayerInfo.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message ScenePlayBattleResultNotify {
|
||
|
enum CJACBKLILNN {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 4428;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
repeated ScenePlayBattleSettleRewardInfo settleRewardInfoList = 9;
|
||
|
uint32 playId = 2;
|
||
|
repeated ScenePlayBattleSettlePlayerInfo settlePlayerInfoList = 4;
|
||
|
uint32 costTime = 8;
|
||
|
uint32 playType = 13;
|
||
|
bool isWin = 12;
|
||
|
}
|