using System; using System.Collections.Generic; public struct GameState { public List AlivePlayers { get; set; } public float CurrentDifficultyMultiplier { get; set; } }