@wayward/types 2.14.4-beta.dev.20250309.1 → 2.14.4-beta.dev.20250310.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,10 +96,10 @@ export default class Island extends EventEmitter.Host<IIslandEvents> implements
|
|
96
96
|
biomeOptions?: unknown;
|
97
97
|
biomeType: BiomeTypes;
|
98
98
|
contaminatedWater: IWaterContamination[];
|
99
|
+
lastPlayerGameTimeTicks?: number;
|
99
100
|
loadCount: number;
|
100
101
|
name?: string;
|
101
102
|
position: IVector2;
|
102
|
-
lastPlayerGameTimeTicks?: number;
|
103
103
|
readonly mapSize: number;
|
104
104
|
readonly treasureMaps: DrawnMap[];
|
105
105
|
readonly wellData: SaferNumberIndexedObject<IWell>;
|
package/package.json
CHANGED