GC-Proto/proto/ItemGivingType.proto

9 lines
109 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
enum ItemGivingType {
ITEM_GIVING_TYPE_NONE = 0; //??
ITEM_GIVING_TYPE_GADGET = 1;
}