public void DisplayCreatureStats(GameObject creature) { panel.DisplayStats(creature.GetComponent <CreatureMechanics>()); }