Advertisement
Guest User

Untitled

a guest
May 8th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1.     private Array<Buff> buffs;
  2.     private final float maxSatiety = 100.0f;
  3.     private float maxHelath;
  4.  
  5.     private float health;
  6.     private float satiety;
  7.     private float radiation;
  8.  
  9.     private float starvingPerAction = 0.5f;
  10.     private float hpregen;
  11.  
  12.     private Weapon weapon;
  13.     private Armor armor;
  14.  
  15.     private float visionRange;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement