GC-Proto/proto/ItemGivingType.proto

9 lines
109 B
Protocol Buffer

syntax = "proto3";
enum ItemGivingType {
ITEM_GIVING_TYPE_NONE = 0; //??
ITEM_GIVING_TYPE_GADGET = 1;
}