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