GC-Proto/proto/BossSettleInfo.proto

15 lines
284 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "FleurFairPlayerStatInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message BossSettleInfo {
repeated FleurFairPlayerStatInfo statInfoList = 3;
uint32 rewardTokenNum = 4;
uint32 energy = 8;
uint32 costTime = 2;
bool isSuccess = 6;
}