Advertisement
Nemo048

Untitled

Jun 13th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. public bool isLive()
  2.         {
  3.             return lives != 0;
  4.         }
  5.  
  6.         public void Collision(NPC npc)
  7.         {
  8.            
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement