Grasscutter/proto/McoinExchangeHcoinReq.proto

13 lines
231 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: 687
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-05-01 04:43:44 +00:00
message McoinExchangeHcoinReq {
uint32 mcoin_cost = 8;
uint32 hcoin = 12;
2022-05-01 04:43:44 +00:00
}