mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Update Node.php
This commit is contained in:
parent
ea85dd5f25
commit
aec62e3eb2
|
|
@ -46,4 +46,14 @@ class Node
|
|||
{
|
||||
return $this->weight;
|
||||
}
|
||||
|
||||
public function getX() : int
|
||||
{
|
||||
return $this->x;
|
||||
}
|
||||
|
||||
public function getY() : int
|
||||
{
|
||||
return $this->y;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user