public void UseKey(bool bossKey = false) { if (!bossKey) { KeyCount--; } else { HasBossKey = false; } OnKeyRemoved?.Invoke(this, EventArgs.Empty); }
internal static void RunKeyRemoved(string key) => OnKeyRemoved?.Invoke(key);