|
@@ -1,10 +1,10 @@
|
|
|
-package eu.oschl.console.commands;
|
|
|
|
|
|
|
+package eu.oschl.cli.commands;
|
|
|
|
|
|
|
|
import eu.oschl.textadventure.Game;
|
|
import eu.oschl.textadventure.Game;
|
|
|
import eu.oschl.textadventure.objects.PickableObject;
|
|
import eu.oschl.textadventure.objects.PickableObject;
|
|
|
import eu.oschl.textadventure.objects.Weapon;
|
|
import eu.oschl.textadventure.objects.Weapon;
|
|
|
-import eu.oschl.console.Console;
|
|
|
|
|
-import eu.oschl.console.ConsoleColor;
|
|
|
|
|
|
|
+import eu.oschl.cli.Console;
|
|
|
|
|
+import eu.oschl.cli.ConsoleColor;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* This command allows the player to take an item from the current room.
|
|
* This command allows the player to take an item from the current room.
|