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