Shiny shiny golem animations + attack

This commit is contained in:
Crizomb 2025-01-16 01:48:50 +01:00
parent c74ebe3225
commit ffb1f1caa1
14 changed files with 169 additions and 38 deletions

View file

@ -13,6 +13,6 @@ public class NeutralBehaviour : AbstractBehaviour
protected override void AttackAction()
{
Unit.AttackHandler.Attack();
//Unit.AttackHandler.Attack();
}
}