23 lines
353 B
C#
23 lines
353 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum ItemCategory : int
|
|
{
|
|
Coin = 0,
|
|
CharacterExpGrowth = 1,
|
|
SecretStone = 2,
|
|
Material = 3,
|
|
Consumable = 4,
|
|
Collectible = 5,
|
|
Favor = 6,
|
|
RecruitCoin = 7,
|
|
InvisibleToken = 8,
|
|
};
|
|
|
|
|
|
}
|