namespace ColdMint.scripts.map.events; /// /// Game over event /// 游戏结束事件 /// public class GameOverEvent { /// /// Death information /// 死亡信息 /// public string? DeathInfo { get; set; } }