Package zombie.console
Class Commands
java.lang.Object
zombie.console.Commands
public class Commands
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Commands()
-
Method Summary
Modifier and Type Method Description static void
Log(java.lang.String string)
static void
ProcessCommand(java.lang.String string, java.lang.String[] stringArray)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Commands
public Commands()
-
-
Method Details
-
Log
public static void Log(java.lang.String string) -
ProcessCommand
public static void ProcessCommand(java.lang.String string, java.lang.String[] stringArray)
-