Skip to content

Commit

Permalink
Created and implemented method TestingTurnNumberSequence.setCurrentTu…
Browse files Browse the repository at this point in the history
…rnNumber().
  • Loading branch information
wubin28 committed Jun 11, 2014
1 parent aed41c8 commit fcca28e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
* Created by benwu on 14-6-11.
*/
public class TestingTurnNumberSequence extends TurnNumberSequence {
public void setCurrentTurnNumber(int currentTurnNumber) {
super.turnNumber = currentTurnNumber;
}
}

0 comments on commit fcca28e

Please sign in to comment.