items
This commit is contained in:
@ -11,6 +11,6 @@ type Wearable struct {
|
||||
Bodypart int //куда собстно одевать
|
||||
}
|
||||
|
||||
func (w *Wearable) Type() string {
|
||||
func (w Wearable) Type() string {
|
||||
return ecs.WearableComponent
|
||||
}
|
||||
|
Reference in New Issue
Block a user