From 134770f0cd68eaf0525e03bb6e6cfbd03153fdb7 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Tue, 2 Dec 2014 21:40:36 +0800 Subject: Various UI Tested Read Card --- aux/Hand.java | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 aux/Hand.java (limited to 'aux/Hand.java') diff --git a/aux/Hand.java b/aux/Hand.java deleted file mode 100644 index ef8da6c..0000000 --- a/aux/Hand.java +++ /dev/null @@ -1,28 +0,0 @@ -package mahjong.aux; - -/** - * Created by joe on 12/1/14. - */ - -public class Hand { - static final int total = 13; - Card[] cards = new Card[13]; - - // Constructors - Hand(){} - Hand(String[] cardNames) - { - for (int i = 0; i