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

9 lines
100 B
Protocol Buffer

syntax = "proto3";
message AbilityString {
oneof Type {
string str = 1;
uint32 hash = 2;
}
}