GC-Proto/proto/BuildingInfo.proto

17 lines
314 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: KAGPDLCBOHD
2023-02-18 04:48:44 +03:00
message BuildingInfo {
2023-02-28 04:12:44 +03:00
uint32 AHBIFENKEPF = 1;
uint32 ODOEMLALIML = 2;
uint32 ICGOGHKFMAP = 3;
uint32 NDOKKOHPEMN = 5;
uint32 owner_uid = 6;
uint32 LJDMMCIKHLC = 7;
uint32 IHNHBADFLKJ = 8;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00