mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-06 17:16:08 +03:00
13 lines
242 B
Protocol Buffer
13 lines
242 B
Protocol Buffer
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;
|
|
}
|