runDeathFunctions()

Found in:

public void runDeathFunctions(string deathInfo){
      deathType = deathInfo;
      dying = true;
      gameObject.layer = LayerMask.NameToLayer("Dying");
      transform.parent = null;
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *