Finally bots can die. Player to. And another fixes.

This commit is contained in:
2022-05-17 00:21:53 +07:00
parent 06fdfc077c
commit 229c4490c4
15 changed files with 160 additions and 171 deletions

View File

@ -4,6 +4,7 @@ public class Character
public Team Team { get; set; }
public float LastTimeHit = 0;
public CharacterCondition Condition;
public TypeAI TypeAi;
public Character()
{