Skip to content

Commit

Permalink
Removed the duplicated ColoredString class
Browse files Browse the repository at this point in the history
We had two classes serving the same purpose in different packages.

Closed #400
  • Loading branch information
Bernardo Sulzbach committed Sep 22, 2017
1 parent 9aa74a4 commit 6372a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import org.mafagafogigante.dungeon.entity.Luminosity;
import org.mafagafogigante.dungeon.entity.items.Item;
import org.mafagafogigante.dungeon.game.ColoredString;
import org.mafagafogigante.dungeon.game.Direction;
import org.mafagafogigante.dungeon.game.DungeonString;
import org.mafagafogigante.dungeon.game.Game;
Expand Down

0 comments on commit 6372a91

Please sign in to comment.