GC-Proto/proto/HomeResource.proto

10 lines
192 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-17 09:14:42 +03:00
// 4.7.0
// ?
message HomeResource {
2024-08-17 09:14:42 +03:00
uint32 store_limit = 1;
uint32 store_value = 5;
fixed32 next_refresh_time = 14;
2023-04-11 11:18:47 +03:00
}