items
This commit is contained in:
@ -6,6 +6,6 @@ type Ranged struct {
|
||||
RangeProfile struct{} //это зависимость дальности-скорости от характеристик и атрибутов
|
||||
}
|
||||
|
||||
func (r *Ranged) Type() string {
|
||||
func (r Ranged) Type() string {
|
||||
return ecs.RangedComponent
|
||||
}
|
||||
|
Reference in New Issue
Block a user