13 lines
242 B
Protocol Buffer
13 lines
242 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "ItemParam.proto";
|
||
|
|
||
|
// Name: MPAOCFBKIBK
|
||
|
message IrodoriFlowerData {
|
||
|
repeated uint32 finished_theme_list = 12;
|
||
|
repeated ItemParam used_flower_list = 6;
|
||
|
}
|
||
|
|