crown setters make crown appear

This commit is contained in:
Crizomb 2025-01-28 12:16:59 +01:00
parent e51417a4e5
commit 2ad6cc9bdb
3 changed files with 23 additions and 2 deletions

View file

@ -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()
{