CS2GSI/GameState/CS2Team.cs

7 lines
66 B
C#

namespace CS2GSI.GameState;
public enum CS2Team
{
T, CT
}