@wayward/types 2.13.5-beta.dev.20230710.3 → 2.13.5-beta.dev.20230711.2

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.
@@ -99,13 +99,13 @@ export interface IMagicalPropertyManagerEvents {
99
99
  }
100
100
  export default class MagicalPropertyManager extends EventEmitter.Host<IMagicalPropertyManagerEvents> {
101
101
  private properties;
102
+ private inert?;
102
103
  private cachedCount?;
103
104
  private cachedEntries?;
104
105
  private cachedTypes?;
105
106
  private cachedNormalTypes?;
106
107
  private cachedSubTypes?;
107
108
  private cachedHash?;
108
- private inert?;
109
109
  static inherit(source: IHasMagic | MagicalPropertyManager | undefined, target: IHasMagic): void;
110
110
  constructor(properties?: Partial<Record<MagicalPropertyType, AnyMagicalProperty>>);
111
111
  setInert(inert?: boolean): this;
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.13.5-beta.dev.20230710.3",
4
+ "version": "2.13.5-beta.dev.20230711.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",