Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manuandru committed Oct 15, 2023
1 parent f08d16c commit 10afb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/scatan/model/map/HexagonTiledMap.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Spot = StructureSpot | RoadSpot

/** A map made of hexagonal tiles.
*/
class HexagonalTiledMap(layers: Int)
abstract class HexagonalTiledMap(layers: Int)
extends UndirectedGraph[StructureSpot, RoadSpot]
with UndirectedGraphOps[StructureSpot, RoadSpot]:

Expand Down

0 comments on commit 10afb8f

Please sign in to comment.