namespace CS2GSI.GameState; public struct PlayerMatchStats { public int Kills, Assists, Deaths, MVPs, Score; }