forked from noxious/client
Re-enabled vue dev tools, moved type into types.ts, added temp. logging
This commit is contained in:
@ -270,3 +270,8 @@ export type WeatherState = {
|
||||
isFogEnabled: boolean
|
||||
fogDensity: number
|
||||
}
|
||||
|
||||
export type zoneLoadData = {
|
||||
zone: ZoneT
|
||||
characters: ZoneCharacter[]
|
||||
}
|
Reference in New Issue
Block a user