UI: Update general devmenu page (#835)

This commit is contained in:
missymae#2783
2023-10-23 02:01:21 -06:00
committed by GitHub
parent 9dd8275be1
commit ff0118f2f4
4 changed files with 126 additions and 53 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export interface IConstructorParams {
/** Class representing a visitable location in the world */
export class Location {
/**
* Name of city this location is in. If this property is null, it means this i
* Name of city this location is in. If this property is null, it means this
* is a generic location that is available in all cities
*/
city: CityName | null = null;