add cast times and cooldowns

This commit is contained in:
2025-01-12 03:30:52 +09:00
parent 2eb914a680
commit e0dd7dcaf3
7 changed files with 142 additions and 47 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export default class Projectile {
if (!this.#position.equals(this.destination)) { return }
if (this.after != null) {
this.after(this)
this.after(this, this.#homingTarget)
}
this.despawn()