This repository has been archived on 2023-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
family-lineage/server/plugin/entities/entities.go
2020-08-20 22:21:29 -04:00

8 lines
129 B
Go

package entities
// PlayerEntity is the go struct representing the player's location
type PlayerEntity struct {
X int
Y int
}