Iron golem

This commit is contained in:
Crizomb 2025-01-15 23:13:20 +01:00
parent d3101b6bcf
commit c74ebe3225
47 changed files with 1914 additions and 6 deletions

View file

@ -22,6 +22,8 @@ public class AttackHandler : MonoBehaviour
void Start()
{
print("coldown");
print(cooldown);
InvokeRepeating(nameof(Attack), Random.Range(-cooldown*0.2f, cooldown*0.2f), cooldown);
}