コード例 #1
0
 void Start()
 {
     characterController = gameObject.GetComponent <CharacterController>();
     animator            = GetComponent <Animator>();
     respawnPositions    = GameObject.FindGameObjectsWithTag("Respawn").ToList();
     health             = GetComponent <UruHealth>();
     health.NotifiyHit += OnHit;
 }
コード例 #2
0
 public void NotifyDeath(UruHealth health, IKiller killer)
 {
 }