items
This commit is contained in:
@ -9,7 +9,7 @@ type Coords struct {
|
||||
X, Y int
|
||||
}
|
||||
|
||||
func (сс Coords) Type() string {
|
||||
func (cc Coords) Type() string {
|
||||
return ecs.CoordsComponent
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user