mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
Merge remote-tracking branch 'upstream/development' into dev-mail
This commit is contained in:
17
proto/CardProductRewardNotify.proto
Normal file
17
proto/CardProductRewardNotify.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CardProductRewardNotify {
|
||||
enum CmdId {
|
||||
option allow_alias = true;
|
||||
NONE = 0;
|
||||
ENET_CHANNEL_ID = 0;
|
||||
ENET_IS_RELIABLE = 1;
|
||||
CMD_ID = 4105;
|
||||
}
|
||||
|
||||
string product_id = 1;
|
||||
uint32 hcoin = 2;
|
||||
uint32 remain_days = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user