SCHALE.GameServer/SCHALE.Common/FlatData/FilterIcon.cs

24 lines
346 B
C#
Raw Permalink Normal View History

2024-04-29 15:52:45 +00:00
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum FilterIcon : int
{
TextOnly = 0,
TextWithIcon = 1,
Pin = 2,
Role = 3,
CharacterStar = 4,
WeaponStar = 5,
Attack = 6,
Defense = 7,
Range = 8,
MemoryLobby = 9,
};
}