+ Added benchmark find command and internal structure

This commit is contained in:
Matthew Cech
2019-05-05 15:56:55 -07:00
parent 645e632dcb
commit 40d4812e2a
13 changed files with 185 additions and 39 deletions
+1
View File
@@ -2,6 +2,7 @@ package core.rpg;
import java.util.Scanner;
// This is for testing only, and generally doesn't run unless it's specified.
public class RPGMain
{
private static RPGFramework framework;