GSServer-CBT/soggy-mistress/proto/ClientGadgetInfo.proto

11 lines
185 B
Protocol Buffer
Raw Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
message ClientGadgetInfo {
uint32 campId = 1;
uint32 campType = 2;
uint64 guid = 3;
uint32 ownerEntityId = 4;
uint32 targetEntityId = 5;
bool asyncLoad = 6;
}