This commit is contained in:
2019-11-15 21:24:42 +03:00
parent b3c7beec2b
commit 62f45b920f
12 changed files with 144 additions and 21 deletions

View File

@ -9,6 +9,6 @@ type Ammo struct {
itemprops.DamageProfile
}
func (a *Ammo) Type() string {
func (a Ammo) Type() string {
return ecs.AmmoComponent
}