コード例 #1
0
 private void DieByMonster()
 {
     Debug.Log("the monster killed you!");
     DeathEvent.EmitForGameManager();
 }
コード例 #2
0
 private void DieByFalling(Hashtable h)
 {
     PlayFallingDeathAnimation();
     DeathEvent.EmitForGameManager();
 }
コード例 #3
0
 private void Die(Hashtable h)
 {
     DeathEvent.EmitForGameManager();
 }