GC-Proto/proto/TowerMonthlyBrief.proto

14 lines
238 B
Protocol Buffer
Raw Normal View History

2023-03-01 16:54:54 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 11:18:47 +03:00
// Name: PFEKDHGCBPP
2023-03-01 16:54:54 +03:00
message TowerMonthlyBrief {
2023-04-11 11:18:47 +03:00
uint32 DPKOCIDIHEI = 12;
uint32 PLMIFICPLGM = 2;
uint32 HNOGBBLDHMH = 9;
uint32 IJHGFNOICOH = 1;
2023-03-01 16:54:54 +03:00
}
2023-03-11 18:42:44 +03:00