Skip to content

Commit

Permalink
Update Wallet.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bowedcontainer2 authored May 28, 2018
1 parent f8b28b9 commit 244ff67
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions Wallet.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
public class Wallet {


}
//public class Wallet {
//
// public Player[] players = new Player[25];
//
// public int[] houseWinLosses = new int[5];
//
// public int i = 0;
//
// public Wallet(int house, int money){
//
//
// players[i] = ;
// houseWinLosses[i] = house;
// i++;
//
// }
//
// public String walletSituation(int game) {
//
// return "Game " + game + " Net Money: " + players[game]
// + " House Net Money: " + houseWinLosses[game];
//
// }
//
// public int getHouseWinLosses(int game) {
// return houseWinLosses[game];
// }
//
//
// public int getplayers(int game) {
// return players[game];
// }
//
// public void setWallet(int house, int money) {
//
// }
//}

0 comments on commit 244ff67

Please sign in to comment.