using System; namespace XMainClient { internal enum SetDestWay { Target = 1, BornPos, NavPos } }