Fixed merge errors
This commit is contained in:
@ -9,22 +9,12 @@ public class CharacterCondition
|
||||
public event Action<int> OnChangeAmmunitionEvent;
|
||||
|
||||
private int health;
|
||||
<<<<<<< HEAD
|
||||
public int HealthPoints
|
||||
{
|
||||
get
|
||||
{
|
||||
return health;
|
||||
}
|
||||
=======
|
||||
|
||||
public int HealthPoints
|
||||
{
|
||||
get
|
||||
{
|
||||
return health;
|
||||
}
|
||||
>>>>>>> 351fa8ee12c499a0374be71a192a5f288611f467
|
||||
private set
|
||||
{
|
||||
health = value;
|
||||
|
Reference in New Issue
Block a user