@wayward/types 2.14.0-beta.dev.20240103.1 → 2.14.0-beta.dev.20240104.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.
|
@@ -113,7 +113,7 @@ export default class MagicalPropertyManager extends EventEmitter.Host<IMagicalPr
|
|
|
113
113
|
private cachedNormalTypes?;
|
|
114
114
|
private cachedSubTypes?;
|
|
115
115
|
private cachedHash?;
|
|
116
|
-
static inherit(source: IHasMagic | MagicalPropertyManager | undefined, target: IHasMagic): void;
|
|
116
|
+
static inherit(source: IHasMagic | MagicalPropertyManager | undefined, target: IHasMagic, event?: boolean): void;
|
|
117
117
|
constructor(properties?: Partial<Record<MagicalPropertyType, AnyMagicalProperty>>);
|
|
118
118
|
setInert(inert?: boolean): this;
|
|
119
119
|
/**
|
package/package.json
CHANGED