GC-Proto/proto/HideAndSeekPlayerBattleInfo...

14 lines
213 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message HideAndSeekPlayerBattleInfo {
uint32 costumeId = 5;
bool isReady = 13;
repeated uint32 skillList = 3;
uint32 avatarId = 11;
}