crown setters make crown appear
This commit is contained in:
parent
e51417a4e5
commit
2ad6cc9bdb
3 changed files with 23 additions and 2 deletions
|
@ -19,7 +19,11 @@ public class MinecraftUnit : AbstractUnit
|
|||
|
||||
|
||||
|
||||
|
||||
protected override void SetQueen(bool isQueen)
|
||||
{
|
||||
_isQueen = isQueen;
|
||||
transform.Find("Crown").gameObject.SetActive(true);
|
||||
}
|
||||
|
||||
new void Awake()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue