mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-31 02:43:20 +08:00
10 lines
177 B
Protocol Buffer
10 lines
177 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message ResinChangeNotify {
|
|
int32 currValue = 1;
|
|
int32 nextAddTimestamp = 2;
|
|
int32 curBuyCount = 3;
|
|
}
|