14 lines
245 B
Protocol Buffer
14 lines
245 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
// Name: LODHKCAGNKL
|
||
|
message IrodoriChessMonsterInfo {
|
||
|
uint32 monster_id = 7;
|
||
|
uint32 level = 2;
|
||
|
uint32 grant_points = 8;
|
||
|
repeated uint32 affix_list = 3;
|
||
|
}
|
||
|
|