@@ -8,10 +8,10 @@ |
||
8 | 8 | namespace Itafroma\Zork; |
9 | 9 | |
10 | 10 | use Itafroma\Zork\Struc\Adv; |
11 | -use Itafroma\Zork\Struc\ZObject; |
|
12 | 11 | use Itafroma\Zork\Struc\Room; |
13 | 12 | use Itafroma\Zork\Struc\StrucInterface; |
14 | 13 | use Itafroma\Zork\Struc\Syntax; |
14 | +use Itafroma\Zork\Struc\ZObject; |
|
15 | 15 | use \InvalidArgumentException; |
16 | 16 | use function Itafroma\Zork\flagword; |
17 | 17 | use function Itafroma\Zork\make_slot; |