Guest User

Untitled

a guest
Feb 10th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class Character : MonoBehaviour
  5. {
  6. public float Health = 100f;
  7. public bool CarryingWeapon = false;
  8.  
  9. }
Add Comment
Please, Sign In to add comment