git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@127 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Bennet Gerlach 2011-05-04 23:14:10 +02:00
parent b0a90ad6f0
commit db7489a5c7
6 changed files with 40 additions and 224 deletions

View file

@ -20,6 +20,7 @@ public class TurnControl {
this.hand = hand;
this.table = table;
this.view = view;
this.timer = new TurnTimer(view);
setup();
}