Advertisement
Guest User

Hunger/Thirst

a guest
Dec 22nd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class Hunger : MonoBehaviour {
  5.     public static float PlStHunger;
  6.     public static float PlStThirst;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement