Minor tweaks to flygoblin.

This commit is contained in:
2024-11-15 18:40:08 -05:00
parent a4a532edec
commit fd46346346
4 changed files with 236 additions and 36 deletions

View File

@@ -22,4 +22,5 @@ type Enemies interface {
IsTouched() bool
ExplosionInitiated() bool
SetExplosionInitiated()
Health() int
}