NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/Character/Team/ETeamId.cs

12 lines
193 B
C#

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