Round Control letzter Kommentar
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@217 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
6e986232ff
commit
5df9b9cc4b
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ public class RoundControl {
|
||||||
this.view = view;
|
this.view = view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* End the round
|
||||||
|
*
|
||||||
|
* @return endRoundEvent
|
||||||
|
*/
|
||||||
public IEvent getEndRoundEvent() {
|
public IEvent getEndRoundEvent() {
|
||||||
return endRoundEvent;
|
return endRoundEvent;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue