Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. IEnumerator MoveAnimations()
  2. {
  3. swingSound.Play();
  4. theAxe.GetComponent<Animation>().Play("SwingAxe");
  5. yield return new WaitForSeconds(0.55f);
  6. swingTrue = false;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement