This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
family-lineage/server/plugin/entities/entities.go

8 lines
129 B
Go

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