Skip to content

Commit

Permalink
refactor : setTimer함수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
wiizii committed Apr 9, 2022
1 parent 60bf455 commit e86a5a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public interface GameManager {
void firstDeal();
void deal();
void lastDeal();
void setTimer();
void settle();
void getUserTurn();
void setUser(String sessionId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ public void deal() {

}

@Override
public void setTimer() {

}

@Override
public void settle() {

Expand Down

0 comments on commit e86a5a1

Please sign in to comment.