GC-Proto/proto/PerformOperationNotify.proto

24 lines
398 B
Protocol Buffer

syntax = "proto3";
import "Rotation.proto";
import "OperateType.proto";
option java_package = "emu.grasscutter.net.proto";
message PerformOperationNotify {
enum GOAGPODAGOL {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 1139;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
Rotation rot = 1;
OperateType operateType = 5;
Rotation pos = 14;
uint32 index = 10;
uint32 entityId = 3;
}