add crown
This commit is contained in:
parent
7d3b4ced0e
commit
777fd0380c
25 changed files with 2132 additions and 5 deletions
|
@ -19,7 +19,7 @@ public abstract class AbstractUnit : MonoBehaviour
|
|||
public abstract void AddArmor(float armor);
|
||||
public abstract void RemoveArmor(float armor);
|
||||
|
||||
void Awake()
|
||||
protected void Awake()
|
||||
{
|
||||
|
||||
if (IsTeamA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue