SCHALE.GameServer/SCHALE.Common/FlatData/ItemCategory.cs

23 lines
353 B
C#
Raw Permalink Normal View History

2024-04-21 00:21:57 +00:00
// <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,
};
}