GC-Proto/proto/SetPlayerPropReq.proto

9 lines
185 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
2024-07-04 14:27:43 +03:00
// CmdId: 1774
// Obf: ?
2022-11-06 15:30:21 +03:00
message SetPlayerPropReq {
2024-07-04 14:27:43 +03:00
repeated PropValue prop_list = 3;
2022-11-06 15:30:21 +03:00
}