mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
16 lines
395 B
Protocol Buffer
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;
|
|
}
|
|
|