GC-Proto/proto/HomeResource.proto

13 lines
243 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-04-11 11:18:47 +03:00
// Name: LDMGBIGBOLN
message HomeResource {
2023-04-11 11:18:47 +03:00
fixed32 next_refresh_time = 9;
uint32 store_limit = 13; // GBBFEOLGIPA
uint32 store_value = 10; // ELNCBCIJMJJ
}