pull/96/head
Gnieark 8 years ago
parent fe4d19eb56
commit 7b9346cb6b

@ -1,6 +1,9 @@
<?php
class Direction
{
private static $top = 0;
private static $bottom = 1;
private static $left = 2;
private static $right = 3;
}
Loading…
Cancel
Save