GC-Proto/proto/EvtCreateGadgetNotify.proto

38 lines
846 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";
2022-11-06 15:30:21 +03:00
2023-01-28 17:00:48 +03:00
import "Vector.proto";
2023-01-28 17:00:48 +03:00
import "ForwardType.proto";
2022-11-06 15:30:21 +03:00
message EvtCreateGadgetNotify {
2023-01-28 17:00:48 +03:00
enum NNDMEEHFHPG {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 320;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
EAJIABGAOCI = 1;
}
2022-12-05 15:02:30 +03:00
2023-01-28 17:00:48 +03:00
uint32 targetLockPointIndex = 6;
bool is_async_load = 137;
2023-01-28 17:00:48 +03:00
uint32 ownerEntityId = 3;
Vector initEulerAngles = 11;
2023-01-28 17:00:48 +03:00
uint32 propOwnerEntityId = 1;
uint32 roomId = 15;
ForwardType forwardType = 7;
uint32 campId = 14;
uint32 configId = 13;
uint32 targetEntityId = 10;
uint64 guid = 5;
bool Unk3300_DLBIJFOONBA = 2;
Vector initPos = 9;
2023-01-28 17:00:48 +03:00
uint32 entityId = 4;
bool isPeerIdFromPlayer = 771;
repeated uint32 targetLockPointIndexList = 1252;
bool Unk3300_EJNBIGLGMII = 8;
uint32 campType = 12;
repeated uint32 targetEntityIdList = 1591;
2022-11-06 15:30:21 +03:00
}