SCHALE.GameServer/SCHALE.Common/FlatData/TargetSortBy.cs

20 lines
299 B
C#
Raw 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 TargetSortBy : int
{
DISTANCE = 0,
HP = 1,
DAMAGE_EFFICIENCY = 2,
TARGETED_COUNT = 3,
RANDOM = 4,
FRONT_FORMATION = 5,
};
}