Initial Commit
Initial commit of project.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package core.rpg;
|
||||
|
||||
public abstract class RPGCommand
|
||||
{
|
||||
public RPGCommand() { }
|
||||
|
||||
// OVERRIDE ME
|
||||
public abstract String OnRun(RPGState state, RPGInput input);
|
||||
}
|
||||
Reference in New Issue
Block a user