Skip to content

Commit

Permalink
Remove some autogenerated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Jul 21, 2024
1 parent d6683c5 commit 6d39db2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,22 +125,22 @@ public MapPlayerService() {

@Override
public void setWidescreen(boolean enable, short playerId) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
throw new UnsupportedOperationException("Not supported yet.");
}

@Override
public void playSpeech(int speechId, boolean showText, boolean introduction, int pathId, short playerId) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
throw new UnsupportedOperationException("Not supported yet.");
}

@Override
public boolean isInTransition() {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
throw new UnsupportedOperationException("Not supported yet.");
}

@Override
public void doTransition(short pathId, Vector3f start, short playerId) {
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
throw new UnsupportedOperationException("Not supported yet.");
}

@Override
Expand Down

0 comments on commit 6d39db2

Please sign in to comment.