GC-Proto/proto/SetPlayerPropReq.proto

14 lines
245 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
// CmdId: 130
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message SetPlayerPropReq {
repeated PropValue prop_list = 14;
}