示例#1
0
 public void showLostInfo(BadItem badItem)
 {
     DeathScreen.gameObject.SetActive(true);
     DeathScreen.UpdateDeathScreenText(badItem);
 }