public void WriteKeyInfo() { if (hero.Stats <= 0) { StatsWindow.SetKeyInfo2(""); } else { StatsWindow.SetKeyInfo2("[E] Add stat"); } }