24 lines
346 B
C#
24 lines
346 B
C#
// <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,
|
|
};
|
|
|
|
|
|
}
|