public CombatUI(Character player) { Player = player; for (int i = 0; i < LogHeight; i++) { CombatLog.Add(""); } }