namespace CS2GSI.GameState; public struct CS2GameState { public int Timestamp; public Map? Map; public Player? Player; }