items
This commit is contained in:
@ -9,6 +9,6 @@ type Ammo struct {
|
||||
itemprops.DamageProfile
|
||||
}
|
||||
|
||||
func (a *Ammo) Type() string {
|
||||
func (a Ammo) Type() string {
|
||||
return ecs.AmmoComponent
|
||||
}
|
Reference in New Issue
Block a user