Grasscutter/proto/McoinExchangeHcoinRsp.proto

13 lines
229 B
Protocol Buffer
Raw Normal View History

2022-05-01 04:43:44 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 689
// EnetChannelId: 0
// EnetIsReliable: true
2022-05-01 04:43:44 +00:00
message McoinExchangeHcoinRsp {
int32 retcode = 9;
uint32 mcoin_cost = 10;
uint32 hcoin = 15;
2022-05-01 04:43:44 +00:00
}