Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class Example : MonoBehaviour
  5. {
  6. private int hp;
  7.  
  8. public int GetHp ()
  9. {
  10. return hp;
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement