GC-Proto/proto/LanternProjectionInfo.proto

16 lines
395 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ClientInputType.proto";
import "LanternProjectionLevelInfo.proto";
// Name: FICLFAMINEH
message LanternProjectionInfo {
repeated ClientInputType OFBHBGHNMKN = 9;
repeated ClientInputType KDDNLOBMNFD = 12;
repeated uint32 open_stage_list = 14;
repeated LanternProjectionLevelInfo level_list = 1;
}