13 lines
250 B
Protocol Buffer
13 lines
250 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "FleurFairV2StageData.proto";
|
||
|
|
||
|
// Name: CPEBANBOLHC
|
||
|
message FleurFairV2PacmanInfo {
|
||
|
repeated FleurFairV2StageData stage_data_list = 12;
|
||
|
uint32 LPIFNMHCPEF = 9;
|
||
|
}
|
||
|
|