コード例 #1
0
 public void DisplayCreatureStats(GameObject creature)
 {
     panel.DisplayStats(creature.GetComponent <CreatureMechanics>());
 }