GC-Proto/proto/EvtCreateGadgetNotify.proto

32 lines
753 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 "ForwardType.proto";
2023-02-28 06:08:38 +03:00
import "Vector.proto";
2023-02-28 06:08:38 +03:00
// Name: FEDLMKKOMIL
// CmdId: 314
2022-11-06 15:30:21 +03:00
message EvtCreateGadgetNotify {
2023-02-28 11:59:24 +03:00
uint64 guid = 5;
ForwardType forwardType = 3;
uint32 entityId = 6;
uint32 targetLockPointIndex = 14;
uint32 ownerEntityId = 10;
uint32 roomId = 11;
bool is_async_load = 137; //guessed
uint32 campId = 8;
uint32 configId = 2;
repeated uint32 targetLockPointIndexList = 582;
repeated uint32 targetEntityIdList = 1945;
uint32 targetEntityId = 12;
bool isPeerIdFromPlayer = 13;
Vector initEulerAngles = 7;
uint32 propOwnerEntityId = 1;
Vector initPos = 9;
bool Unk3300_EJNBIGLGMII = 1128;
uint32 campType = 4;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00