iso-engine towns aboveground/underground
This commit is contained in:
@@ -8,7 +8,7 @@ typedef TownDetails = {
|
||||
};
|
||||
|
||||
enum MapType {
|
||||
Town(details:TownDetails);
|
||||
Town(underground:Bool, details:TownDetails);
|
||||
Outdoors(underground:Bool);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user