Skip to content

Commit

Permalink
organized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnb committed Oct 8, 2023
1 parent 51f26e7 commit 8daf7e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/games/stendhal/server/entity/npc/CrystalNPCBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
***************************************************************************/
package games.stendhal.server.entity.npc;

import games.stendhal.server.entity.npc.SpeakerNPC;


public class CrystalNPCBase extends SpeakerNPC {

public CrystalNPCBase(final String name) {
Expand Down

0 comments on commit 8daf7e5

Please sign in to comment.