forked from Raphael/SCHALE.GameServer
16 lines
236 B
C#
16 lines
236 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace SCHALE.Common.FlatData
|
||
|
{
|
||
|
|
||
|
public enum PositioningType : int
|
||
|
{
|
||
|
CloseToObstacle = 0,
|
||
|
CloseToTarget = 1,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|