Iron golem
This commit is contained in:
parent
d3101b6bcf
commit
c74ebe3225
47 changed files with 1914 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue