Files
CS2GSI/CS2GSI/GameState/CS2Team.cs
2024-01-15 23:06:38 +01:00

7 lines
66 B
C#

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