.
This commit is contained in:
parent
fe4d19eb56
commit
7b9346cb6b
|
@ -1,6 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
class Direction
|
class Direction
|
||||||
{
|
{
|
||||||
|
private static $top = 0;
|
||||||
|
private static $bottom = 1;
|
||||||
|
private static $left = 2;
|
||||||
|
private static $right = 3;
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user