namespace Gameplay.Character { public static class ETroopsId { public const int Self = 0; public const int Enemy = 1; } }