mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -24,13 +24,18 @@ import "ShopMcoinProduct.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 4126
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message RechargeReq {
|
||||
PlayProduct play_product = 10;
|
||||
ShopCardProduct card_product = 8;
|
||||
ShopMcoinProduct mcoin_product = 14;
|
||||
ShopConcertProduct concert_product = 7;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 4142;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
ShopMcoinProduct mcoin_product = 10;
|
||||
ShopCardProduct card_product = 4;
|
||||
PlayProduct play_product = 3;
|
||||
ShopConcertProduct concert_product = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user