GC-Proto/proto/GetShopReq.proto

12 lines
199 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 709
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message GetShopReq {
uint32 shop_type = 5;
}