namespace CS2GSI.GameState; public struct Team { public int Score, ConsecutiveRoundLosses, TimeoutsRemaining, MatchesWonThisSeries; }