Document return value of MapGenerator.generate
This commit is contained in:
parent
4002b64640
commit
3510bab79a
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ class MapGenerator:
|
|||
|
||||
Subclasses should implement this and fill in their specific map
|
||||
generation algorithm.
|
||||
|
||||
Returns
|
||||
-------
|
||||
np.ndarray
|
||||
A two-dimensional array of tiles. Dimensions should match the given size.
|
||||
'''
|
||||
raise NotImplementedError()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue