GC-Proto/proto/IrodoriChessPlayerInfoNotif...

20 lines
334 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "IrodoriChessPlayerInfo.proto";
message IrodoriChessPlayerInfoNotify {
//enum DONFJNAFLJA {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 5338;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
IrodoriChessPlayerInfo playerInfo = 13;
}