Grasscutter/proto/ResinChangeNotify.proto

10 lines
177 B
Protocol Buffer
Raw Normal View History

2022-04-17 12:43:07 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ResinChangeNotify {
int32 currValue = 1;
int32 nextAddTimestamp = 2;
int32 curBuyCount = 3;
}