Fix this type annotation
This commit is contained in:
parent
50d6550e17
commit
7ba33cc6eb
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class RoomsAndCorridorsGenerator(MapGenerator):
|
||||||
|
|
||||||
self.rng: tcod.random.Random = tcod.random.Random()
|
self.rng: tcod.random.Random = tcod.random.Random()
|
||||||
|
|
||||||
self.rooms: List['RectanularRoom'] = []
|
self.rooms: List['RectangularRoom'] = []
|
||||||
self.tiles: Optional[np.ndarray] = None
|
self.tiles: Optional[np.ndarray] = None
|
||||||
|
|
||||||
def generate(self) -> np.ndarray:
|
def generate(self) -> np.ndarray:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue