forked from Raphael/SCHALE.GameServer
18 lines
267 B
C#
18 lines
267 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace SCHALE.Common.FlatData
|
||
|
{
|
||
|
|
||
|
public enum UnderCoverItemCategory : int
|
||
|
{
|
||
|
Consumable = 0,
|
||
|
Interaction = 1,
|
||
|
Skill = 2,
|
||
|
Collection = 3,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|