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

11 lines
155 B
C#

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