40 lines
873 B
Protocol Buffer
40 lines
873 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "Vector.proto";
|
|
import "ForwardType.proto";
|
|
|
|
message EvtCreateGadgetNotify {
|
|
//enum NNDMEEHFHPG {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 320;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
// EAJIABGAOCI = 1;
|
|
//}
|
|
|
|
uint32 targetLockPointIndex = 6;
|
|
bool is_async_load = 137; //guessed
|
|
uint32 ownerEntityId = 3;
|
|
Vector initEulerAngles = 11;
|
|
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;
|
|
uint32 entityId = 4;
|
|
bool isPeerIdFromPlayer = 771;
|
|
repeated uint32 targetLockPointIndexList = 1252;
|
|
bool Unk3300_EJNBIGLGMII = 8;
|
|
uint32 campType = 12;
|
|
repeated uint32 targetEntityIdList = 1591;
|
|
}
|