Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private Array<Buff> buffs;
- private final float maxSatiety = 100.0f;
- private float maxHelath;
- private float health;
- private float satiety;
- private float radiation;
- private float starvingPerAction = 0.5f;
- private float hpregen;
- private Weapon weapon;
- private Armor armor;
- private float visionRange;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement