fishfightback/component/creepbullet.go

6 lines
93 B
Go

package component
type CreepBullet struct {
Invulnerable bool // Invulnerable to hazards
}