CS2GSI/GameState/CS2Team.cs

7 lines
66 B
C#
Raw Normal View History

2024-01-15 22:22:36 +01:00
namespace CS2GSI.GameState;
public enum CS2Team
{
T, CT
}