@wayward/types 2.11.5-beta.dev.20220314.1 → 2.11.5-beta.dev.20220315.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.
|
@@ -137,7 +137,7 @@ export default class Doodad extends EventEmitter.Host<IDoodadEvents> implements
|
|
|
137
137
|
getPoint(): IVector3;
|
|
138
138
|
canGrow(): boolean;
|
|
139
139
|
getGrowingStage(): GrowingStage | undefined;
|
|
140
|
-
setGrowingStage(stage: GrowingStage
|
|
140
|
+
setGrowingStage(stage: GrowingStage): void;
|
|
141
141
|
/**
|
|
142
142
|
* Checks if the doodad will be rendered as tall (2 tiles)
|
|
143
143
|
* @returns True if the doodad is tall
|
package/package.json
CHANGED