GC-Proto/proto/HomeResource.proto

9 lines
179 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-05-22 14:51:09 +03:00
message HomeResource {
2024-06-04 19:22:10 +03:00
uint32 store_limit = 5;
uint32 store_value = 9;
2024-06-02 06:52:03 +03:00
fixed32 next_refresh_time = 13;
2023-04-11 11:18:47 +03:00
}