Add new map to Interface

This commit is contained in:
Dev 2024-04-30 20:54:48 +01:00
parent d6cd99b8ab
commit 8ff241b7b9

View File

@ -21,6 +21,7 @@ export interface ILocations
town?: ILocation;
woods?: ILocation;
sandbox?: ILocation;
sandbox_high?: ILocation;
/** Holds a mapping of the linkages between locations on the UI */
base?: ILocationsBase;
}