@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, updateTile?: boolean): void;
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.11.5-beta.dev.20220314.1",
4
+ "version": "2.11.5-beta.dev.20220315.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",