bunch of revisions, still in progress

This commit is contained in:
Vikram
2019-02-24 16:55:01 -07:00
parent 0f20b9a8ec
commit 622c4ab672
3 changed files with 35 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ public class main {
player = bank.getPlayer();
}
public static void main(String[] args) throws Exception {
public static void main(String[] args) {
main main = new main();
TaipanShop littyShop = new TaipanShop(main.getPlayer());
Start start = new Start(main.getPlayer());