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

8 lines
126 B
Protocol Buffer

syntax = "proto3";
message AbilityGadgetInfo {
uint32 campId = 1;
uint32 campTargetType = 2;
uint32 targetEntityId = 3;
}