Advertisement
Guest User

Lines 424-428

a guest
Apr 27th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1.             //Lines 424-428
  2.             if(hit.collider.gameObject.tag == "Enemy")
  3.             {
  4.                 instance.TakeDamage(damage);
  5.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement