GC-Proto/proto/EvtAvatarStandUpNotify.proto
2023-03-01 05:44:50 +08:00

15 lines
245 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: DICIOCNEPCL
// CmdId: 388
message EvtAvatarStandUpNotify {
uint64 chair_id = 5;
uint32 entity_id = 4;
int32 performId = 7;
int32 direction = 1;
}