Merge branch 'main' of https://github.com/Crizomb/ProjetAMJV_CR
This commit is contained in:
commit
c2af70eeb4
102 changed files with 5483 additions and 44 deletions
|
@ -18,6 +18,7 @@ public abstract class AbstractUnit : MonoBehaviour
|
|||
public abstract void Heal(float heal);
|
||||
public abstract void AddArmor(float armor);
|
||||
public abstract void RemoveArmor(float armor);
|
||||
public abstract void StartFight();
|
||||
|
||||
protected void Awake()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue