Grasscutter/proto/ResinChangeNotify.proto

13 lines
242 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 670
// EnetChannelId: 0
// EnetIsReliable: true
message ResinChangeNotify {
uint32 cur_value = 4;
uint32 next_add_timestamp = 2;
uint32 cur_buy_count = 3;
}