;
+```
diff --git a/docs/api/wz.wzimageproperty.at.md b/docs/api/wz.wzimageproperty.at.md
index 54b129f..32903c3 100644
--- a/docs/api/wz.wzimageproperty.at.md
+++ b/docs/api/wz.wzimageproperty.at.md
@@ -1,24 +1,24 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [at](./wz.wzimageproperty.at.md)
-
-## WzImageProperty.at() method
-
-
-Signature:
-
-```typescript
-/** @virtual */
-at(_name: string): WzImageProperty | null;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| \_name | string | |
-
-Returns:
-
-[WzImageProperty](./wz.wzimageproperty.md) \| null
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [at](./wz.wzimageproperty.at.md)
+
+## WzImageProperty.at() method
+
+
+**Signature:**
+
+```typescript
+/** @virtual */
+at(_name: string): WzImageProperty | null;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| \_name | string | |
+
+**Returns:**
+
+[WzImageProperty](./wz.wzimageproperty.md) \| null
+
diff --git a/docs/api/wz.wzimageproperty.extractmore.md b/docs/api/wz.wzimageproperty.extractmore.md
index 19e44a1..a02b8fa 100644
--- a/docs/api/wz.wzimageproperty.extractmore.md
+++ b/docs/api/wz.wzimageproperty.extractmore.md
@@ -1,28 +1,28 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [extractMore](./wz.wzimageproperty.extractmore.md)
-
-## WzImageProperty.extractMore() method
-
-Signature:
-
-```typescript
-static extractMore(reader: WzBinaryReader, offset: number, _eob: number, name: string, iname: string, parent: P, imgParent: WzImage): Promise;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
-| offset | number | |
-| \_eob | number | |
-| name | string | |
-| iname | string | |
-| parent | P | |
-| imgParent | [WzImage](./wz.wzimage.md) | |
-
-Returns:
-
-Promise<[WzExtended](./wz.wzextended.md)>
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [extractMore](./wz.wzimageproperty.extractmore.md)
+
+## WzImageProperty.extractMore() method
+
+**Signature:**
+
+```typescript
+static extractMore(reader: WzBinaryReader, offset: number, _eob: number, name: string, iname: string, parent: P, imgParent: WzImage): Promise;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
+| offset | number | |
+| \_eob | number | |
+| name | string | |
+| iname | string | |
+| parent | P | |
+| imgParent | [WzImage](./wz.wzimage.md) | |
+
+**Returns:**
+
+Promise<[WzExtended](./wz.wzextended.md)>
+
diff --git a/docs/api/wz.wzimageproperty.getfrompath.md b/docs/api/wz.wzimageproperty.getfrompath.md
index 02cbd5d..52dc379 100644
--- a/docs/api/wz.wzimageproperty.getfrompath.md
+++ b/docs/api/wz.wzimageproperty.getfrompath.md
@@ -1,24 +1,24 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [getFromPath](./wz.wzimageproperty.getfrompath.md)
-
-## WzImageProperty.getFromPath() method
-
-
-Signature:
-
-```typescript
-/** @virtual */
-getFromPath(_path: string): WzImageProperty | null;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| \_path | string | |
-
-Returns:
-
-[WzImageProperty](./wz.wzimageproperty.md) \| null
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [getFromPath](./wz.wzimageproperty.getfrompath.md)
+
+## WzImageProperty.getFromPath() method
+
+
+**Signature:**
+
+```typescript
+/** @virtual */
+getFromPath(_path: string): WzImageProperty | null;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| \_path | string | |
+
+**Returns:**
+
+[WzImageProperty](./wz.wzimageproperty.md) \| null
+
diff --git a/docs/api/wz.wzimageproperty.getlinkedwzimageproperty.md b/docs/api/wz.wzimageproperty.getlinkedwzimageproperty.md
index ff502ff..de4f152 100644
--- a/docs/api/wz.wzimageproperty.getlinkedwzimageproperty.md
+++ b/docs/api/wz.wzimageproperty.getlinkedwzimageproperty.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [getLinkedWzImageProperty](./wz.wzimageproperty.getlinkedwzimageproperty.md)
-
-## WzImageProperty.getLinkedWzImageProperty() method
-
-Signature:
-
-```typescript
-getLinkedWzImageProperty(): WzImageProperty;
-```
-Returns:
-
-[WzImageProperty](./wz.wzimageproperty.md)
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [getLinkedWzImageProperty](./wz.wzimageproperty.getlinkedwzimageproperty.md)
+
+## WzImageProperty.getLinkedWzImageProperty() method
+
+**Signature:**
+
+```typescript
+getLinkedWzImageProperty(): WzImageProperty;
+```
+**Returns:**
+
+[WzImageProperty](./wz.wzimageproperty.md)
+
diff --git a/docs/api/wz.wzimageproperty.md b/docs/api/wz.wzimageproperty.md
index c5d5816..6aed1f3 100644
--- a/docs/api/wz.wzimageproperty.md
+++ b/docs/api/wz.wzimageproperty.md
@@ -1,37 +1,37 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md)
-
-## WzImageProperty class
-
-
-Signature:
-
-```typescript
-export declare abstract class WzImageProperty extends WzObject
-```
-Extends: [WzObject](./wz.wzobject.md)
-
-## Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [objectType](./wz.wzimageproperty.objecttype.md) | | [WzObjectType](./wz.wzobjecttype.md) | |
-| [parentImage](./wz.wzimageproperty.parentimage.md) | | [WzImage](./wz.wzimage.md) \| null | |
-| [propertyType](./wz.wzimageproperty.propertytype.md) | | [WzPropertyType](./wz.wzpropertytype.md) | |
-| [wzFileParent](./wz.wzimageproperty.wzfileparent.md) | | [WzFile](./wz.wzfile.md) \| null | |
-| [wzProperties](./wz.wzimageproperty.wzproperties.md) | | Set<[WzImageProperty](./wz.wzimageproperty.md)> \| null | |
-
-## Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [at(\_name)](./wz.wzimageproperty.at.md) | | |
-| [extractMore(reader, offset, \_eob, name, iname, parent, imgParent)](./wz.wzimageproperty.extractmore.md) | static
| |
-| [getFromPath(\_path)](./wz.wzimageproperty.getfrompath.md) | | |
-| [getLinkedWzImageProperty()](./wz.wzimageproperty.getlinkedwzimageproperty.md) | | |
-| [parseExtendedProp(reader, offset, endOfBlock, name, parent, imgParent)](./wz.wzimageproperty.parseextendedprop.md) | static
| |
-| [parseLuaProperty(\_offset, reader, parent, \_parentImg)](./wz.wzimageproperty.parseluaproperty.md) | static
| |
-| [parsePropertyList(offset, reader, parent, parentImg)](./wz.wzimageproperty.parsepropertylist.md) | static
| |
-| [set(\_name, \_value)](./wz.wzimageproperty.set.md) | | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md)
+
+## WzImageProperty class
+
+
+**Signature:**
+
+```typescript
+export declare abstract class WzImageProperty extends WzObject
+```
+**Extends:** [WzObject](./wz.wzobject.md)
+
+## Properties
+
+| Property | Modifiers | Type | Description |
+| --- | --- | --- | --- |
+| [objectType](./wz.wzimageproperty.objecttype.md) | readonly
| [WzObjectType](./wz.wzobjecttype.md) | |
+| [parentImage](./wz.wzimageproperty.parentimage.md) | readonly
| [WzImage](./wz.wzimage.md) \| null | |
+| [propertyType](./wz.wzimageproperty.propertytype.md) | abstract
readonly
| [WzPropertyType](./wz.wzpropertytype.md) | |
+| [wzFileParent](./wz.wzimageproperty.wzfileparent.md) | readonly
| [WzFile](./wz.wzfile.md) \| null | |
+| [wzProperties](./wz.wzimageproperty.wzproperties.md) | readonly
| Set<[WzImageProperty](./wz.wzimageproperty.md)> \| null | |
+
+## Methods
+
+| Method | Modifiers | Description |
+| --- | --- | --- |
+| [at(\_name)](./wz.wzimageproperty.at.md) | | |
+| [extractMore(reader, offset, \_eob, name, iname, parent, imgParent)](./wz.wzimageproperty.extractmore.md) | static
| |
+| [getFromPath(\_path)](./wz.wzimageproperty.getfrompath.md) | | |
+| [getLinkedWzImageProperty()](./wz.wzimageproperty.getlinkedwzimageproperty.md) | | |
+| [parseExtendedProp(reader, offset, endOfBlock, name, parent, imgParent)](./wz.wzimageproperty.parseextendedprop.md) | static
| |
+| [parseLuaProperty(\_offset, reader, parent, \_parentImg)](./wz.wzimageproperty.parseluaproperty.md) | static
| |
+| [parsePropertyList(offset, reader, parent, parentImg)](./wz.wzimageproperty.parsepropertylist.md) | static
| |
+| [set(\_name, \_value)](./wz.wzimageproperty.set.md) | | |
+
diff --git a/docs/api/wz.wzimageproperty.objecttype.md b/docs/api/wz.wzimageproperty.objecttype.md
index 2d0c8db..f05ce60 100644
--- a/docs/api/wz.wzimageproperty.objecttype.md
+++ b/docs/api/wz.wzimageproperty.objecttype.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [objectType](./wz.wzimageproperty.objecttype.md)
-
-## WzImageProperty.objectType property
-
-Signature:
-
-```typescript
-get objectType(): WzObjectType;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [objectType](./wz.wzimageproperty.objecttype.md)
+
+## WzImageProperty.objectType property
+
+**Signature:**
+
+```typescript
+get objectType(): WzObjectType;
+```
diff --git a/docs/api/wz.wzimageproperty.parentimage.md b/docs/api/wz.wzimageproperty.parentimage.md
index a8b5c87..ad037c9 100644
--- a/docs/api/wz.wzimageproperty.parentimage.md
+++ b/docs/api/wz.wzimageproperty.parentimage.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parentImage](./wz.wzimageproperty.parentimage.md)
-
-## WzImageProperty.parentImage property
-
-Signature:
-
-```typescript
-get parentImage(): WzImage | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parentImage](./wz.wzimageproperty.parentimage.md)
+
+## WzImageProperty.parentImage property
+
+**Signature:**
+
+```typescript
+get parentImage(): WzImage | null;
+```
diff --git a/docs/api/wz.wzimageproperty.parseextendedprop.md b/docs/api/wz.wzimageproperty.parseextendedprop.md
index e968981..ccac342 100644
--- a/docs/api/wz.wzimageproperty.parseextendedprop.md
+++ b/docs/api/wz.wzimageproperty.parseextendedprop.md
@@ -1,27 +1,27 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parseExtendedProp](./wz.wzimageproperty.parseextendedprop.md)
-
-## WzImageProperty.parseExtendedProp() method
-
-Signature:
-
-```typescript
-static parseExtendedProp(reader: WzBinaryReader, offset: number, endOfBlock: number, name: string, parent: P, imgParent: WzImage): Promise;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
-| offset | number | |
-| endOfBlock | number | |
-| name | string | |
-| parent | P | |
-| imgParent | [WzImage](./wz.wzimage.md) | |
-
-Returns:
-
-Promise<[WzExtended](./wz.wzextended.md)>
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parseExtendedProp](./wz.wzimageproperty.parseextendedprop.md)
+
+## WzImageProperty.parseExtendedProp() method
+
+**Signature:**
+
+```typescript
+static parseExtendedProp(reader: WzBinaryReader, offset: number, endOfBlock: number, name: string, parent: P, imgParent: WzImage): Promise;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
+| offset | number | |
+| endOfBlock | number | |
+| name | string | |
+| parent | P | |
+| imgParent | [WzImage](./wz.wzimage.md) | |
+
+**Returns:**
+
+Promise<[WzExtended](./wz.wzextended.md)>
+
diff --git a/docs/api/wz.wzimageproperty.parseluaproperty.md b/docs/api/wz.wzimageproperty.parseluaproperty.md
index 9910d54..23e0ab3 100644
--- a/docs/api/wz.wzimageproperty.parseluaproperty.md
+++ b/docs/api/wz.wzimageproperty.parseluaproperty.md
@@ -1,25 +1,25 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parseLuaProperty](./wz.wzimageproperty.parseluaproperty.md)
-
-## WzImageProperty.parseLuaProperty() method
-
-Signature:
-
-```typescript
-static parseLuaProperty(_offset: number, reader: WzBinaryReader, parent: P, _parentImg: WzImage): Promise;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| \_offset | number | |
-| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
-| parent | P | |
-| \_parentImg | [WzImage](./wz.wzimage.md) | |
-
-Returns:
-
-Promise<[WzLuaProperty](./wz.wzluaproperty.md)>
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parseLuaProperty](./wz.wzimageproperty.parseluaproperty.md)
+
+## WzImageProperty.parseLuaProperty() method
+
+**Signature:**
+
+```typescript
+static parseLuaProperty(_offset: number, reader: WzBinaryReader, parent: P, _parentImg: WzImage): Promise;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| \_offset | number | |
+| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
+| parent | P | |
+| \_parentImg | [WzImage](./wz.wzimage.md) | |
+
+**Returns:**
+
+Promise<[WzLuaProperty](./wz.wzluaproperty.md)>
+
diff --git a/docs/api/wz.wzimageproperty.parsepropertylist.md b/docs/api/wz.wzimageproperty.parsepropertylist.md
index 2827494..2ad24fc 100644
--- a/docs/api/wz.wzimageproperty.parsepropertylist.md
+++ b/docs/api/wz.wzimageproperty.parsepropertylist.md
@@ -1,25 +1,25 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parsePropertyList](./wz.wzimageproperty.parsepropertylist.md)
-
-## WzImageProperty.parsePropertyList() method
-
-Signature:
-
-```typescript
-static parsePropertyList(offset: number, reader: WzBinaryReader, parent: P, parentImg: WzImage): Promise>;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| offset | number | |
-| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
-| parent | P | |
-| parentImg | [WzImage](./wz.wzimage.md) | |
-
-Returns:
-
-Promise<Set<[WzImageProperty](./wz.wzimageproperty.md)>>
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [parsePropertyList](./wz.wzimageproperty.parsepropertylist.md)
+
+## WzImageProperty.parsePropertyList() method
+
+**Signature:**
+
+```typescript
+static parsePropertyList(offset: number, reader: WzBinaryReader, parent: P, parentImg: WzImage): Promise>;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| offset | number | |
+| reader | [WzBinaryReader](./wz.wzbinaryreader.md) | |
+| parent | P | |
+| parentImg | [WzImage](./wz.wzimage.md) | |
+
+**Returns:**
+
+Promise<Set<[WzImageProperty](./wz.wzimageproperty.md)>>
+
diff --git a/docs/api/wz.wzimageproperty.propertytype.md b/docs/api/wz.wzimageproperty.propertytype.md
index 4aefb21..251dddf 100644
--- a/docs/api/wz.wzimageproperty.propertytype.md
+++ b/docs/api/wz.wzimageproperty.propertytype.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [propertyType](./wz.wzimageproperty.propertytype.md)
-
-## WzImageProperty.propertyType property
-
-Signature:
-
-```typescript
-abstract get propertyType(): WzPropertyType;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [propertyType](./wz.wzimageproperty.propertytype.md)
+
+## WzImageProperty.propertyType property
+
+**Signature:**
+
+```typescript
+abstract get propertyType(): WzPropertyType;
+```
diff --git a/docs/api/wz.wzimageproperty.set.md b/docs/api/wz.wzimageproperty.set.md
index 9ae41fd..f1e609f 100644
--- a/docs/api/wz.wzimageproperty.set.md
+++ b/docs/api/wz.wzimageproperty.set.md
@@ -1,25 +1,25 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [set](./wz.wzimageproperty.set.md)
-
-## WzImageProperty.set() method
-
-
-Signature:
-
-```typescript
-/** @virtual */
-set(_name: string, _value: WzImageProperty): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| \_name | string | |
-| \_value | [WzImageProperty](./wz.wzimageproperty.md) | |
-
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [set](./wz.wzimageproperty.set.md)
+
+## WzImageProperty.set() method
+
+
+**Signature:**
+
+```typescript
+/** @virtual */
+set(_name: string, _value: WzImageProperty): void;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| \_name | string | |
+| \_value | [WzImageProperty](./wz.wzimageproperty.md) | |
+
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzimageproperty.wzfileparent.md b/docs/api/wz.wzimageproperty.wzfileparent.md
index 79f991f..335bf11 100644
--- a/docs/api/wz.wzimageproperty.wzfileparent.md
+++ b/docs/api/wz.wzimageproperty.wzfileparent.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [wzFileParent](./wz.wzimageproperty.wzfileparent.md)
-
-## WzImageProperty.wzFileParent property
-
-Signature:
-
-```typescript
-get wzFileParent(): WzFile | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [wzFileParent](./wz.wzimageproperty.wzfileparent.md)
+
+## WzImageProperty.wzFileParent property
+
+**Signature:**
+
+```typescript
+get wzFileParent(): WzFile | null;
+```
diff --git a/docs/api/wz.wzimageproperty.wzproperties.md b/docs/api/wz.wzimageproperty.wzproperties.md
index 6750432..e25732d 100644
--- a/docs/api/wz.wzimageproperty.wzproperties.md
+++ b/docs/api/wz.wzimageproperty.wzproperties.md
@@ -1,13 +1,13 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [wzProperties](./wz.wzimageproperty.wzproperties.md)
-
-## WzImageProperty.wzProperties property
-
-
-Signature:
-
-```typescript
-/** @virtual */
-get wzProperties(): Set | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzImageProperty](./wz.wzimageproperty.md) > [wzProperties](./wz.wzimageproperty.wzproperties.md)
+
+## WzImageProperty.wzProperties property
+
+
+**Signature:**
+
+```typescript
+/** @virtual */
+get wzProperties(): Set | null;
+```
diff --git a/docs/api/wz.wzintproperty._constructor_.md b/docs/api/wz.wzintproperty._constructor_.md
index 30462c5..3696a36 100644
--- a/docs/api/wz.wzintproperty._constructor_.md
+++ b/docs/api/wz.wzintproperty._constructor_.md
@@ -1,21 +1,21 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [(constructor)](./wz.wzintproperty._constructor_.md)
-
-## WzIntProperty.(constructor)
-
-Constructs a new instance of the `WzIntProperty` class
-
-Signature:
-
-```typescript
-constructor(name?: string, val?: number);
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | (Optional) |
-| val | number | (Optional) |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [(constructor)](./wz.wzintproperty._constructor_.md)
+
+## WzIntProperty.(constructor)
+
+Constructs a new instance of the `WzIntProperty` class
+
+**Signature:**
+
+```typescript
+constructor(name?: string, val?: number);
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| name | string | _(Optional)_ |
+| val | number | _(Optional)_ |
+
diff --git a/docs/api/wz.wzintproperty.dispose.md b/docs/api/wz.wzintproperty.dispose.md
index ce5780f..aa30013 100644
--- a/docs/api/wz.wzintproperty.dispose.md
+++ b/docs/api/wz.wzintproperty.dispose.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [dispose](./wz.wzintproperty.dispose.md)
-
-## WzIntProperty.dispose() method
-
-Signature:
-
-```typescript
-dispose(): void;
-```
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [dispose](./wz.wzintproperty.dispose.md)
+
+## WzIntProperty.dispose() method
+
+**Signature:**
+
+```typescript
+dispose(): void;
+```
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzintproperty.md b/docs/api/wz.wzintproperty.md
index 94d2b9f..e706664 100644
--- a/docs/api/wz.wzintproperty.md
+++ b/docs/api/wz.wzintproperty.md
@@ -1,38 +1,38 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md)
-
-## WzIntProperty class
-
-
-Signature:
-
-```typescript
-export declare class WzIntProperty extends WzImageProperty
-```
-Extends: [WzImageProperty](./wz.wzimageproperty.md)
-
-## Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [(constructor)(name, val)](./wz.wzintproperty._constructor_.md) | | Constructs a new instance of the WzIntProperty
class |
-
-## Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [name](./wz.wzintproperty.name.md) | | string | |
-| [parent](./wz.wzintproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
-| [propertyType](./wz.wzintproperty.propertytype.md) | | [WzPropertyType](./wz.wzpropertytype.md) | |
-| [value](./wz.wzintproperty.value.md) | | number | |
-| [wzValue](./wz.wzintproperty.wzvalue.md) | | number | |
-
-## Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [dispose()](./wz.wzintproperty.dispose.md) | | |
-| [setValue(value)](./wz.wzintproperty.setvalue.md) | | |
-| [toString()](./wz.wzintproperty.tostring.md) | | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md)
+
+## WzIntProperty class
+
+
+**Signature:**
+
+```typescript
+export declare class WzIntProperty extends WzImageProperty
+```
+**Extends:** [WzImageProperty](./wz.wzimageproperty.md)
+
+## Constructors
+
+| Constructor | Modifiers | Description |
+| --- | --- | --- |
+| [(constructor)(name, val)](./wz.wzintproperty._constructor_.md) | | Constructs a new instance of the WzIntProperty
class |
+
+## Properties
+
+| Property | Modifiers | Type | Description |
+| --- | --- | --- | --- |
+| [name](./wz.wzintproperty.name.md) | | string | |
+| [parent](./wz.wzintproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
+| [propertyType](./wz.wzintproperty.propertytype.md) | readonly
| [WzPropertyType](./wz.wzpropertytype.md) | |
+| [value](./wz.wzintproperty.value.md) | readonly
| number | |
+| [wzValue](./wz.wzintproperty.wzvalue.md) | readonly
| number | |
+
+## Methods
+
+| Method | Modifiers | Description |
+| --- | --- | --- |
+| [dispose()](./wz.wzintproperty.dispose.md) | | |
+| [setValue(value)](./wz.wzintproperty.setvalue.md) | | |
+| [toString()](./wz.wzintproperty.tostring.md) | | |
+
diff --git a/docs/api/wz.wzintproperty.name.md b/docs/api/wz.wzintproperty.name.md
index 92204e1..5a97503 100644
--- a/docs/api/wz.wzintproperty.name.md
+++ b/docs/api/wz.wzintproperty.name.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [name](./wz.wzintproperty.name.md)
-
-## WzIntProperty.name property
-
-Signature:
-
-```typescript
-name: string;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [name](./wz.wzintproperty.name.md)
+
+## WzIntProperty.name property
+
+**Signature:**
+
+```typescript
+name: string;
+```
diff --git a/docs/api/wz.wzintproperty.parent.md b/docs/api/wz.wzintproperty.parent.md
index 51c9058..08612f7 100644
--- a/docs/api/wz.wzintproperty.parent.md
+++ b/docs/api/wz.wzintproperty.parent.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [parent](./wz.wzintproperty.parent.md)
-
-## WzIntProperty.parent property
-
-Signature:
-
-```typescript
-parent: WzObject | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [parent](./wz.wzintproperty.parent.md)
+
+## WzIntProperty.parent property
+
+**Signature:**
+
+```typescript
+parent: WzObject | null;
+```
diff --git a/docs/api/wz.wzintproperty.propertytype.md b/docs/api/wz.wzintproperty.propertytype.md
index b198302..2a47cc3 100644
--- a/docs/api/wz.wzintproperty.propertytype.md
+++ b/docs/api/wz.wzintproperty.propertytype.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [propertyType](./wz.wzintproperty.propertytype.md)
-
-## WzIntProperty.propertyType property
-
-Signature:
-
-```typescript
-get propertyType(): WzPropertyType;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [propertyType](./wz.wzintproperty.propertytype.md)
+
+## WzIntProperty.propertyType property
+
+**Signature:**
+
+```typescript
+get propertyType(): WzPropertyType;
+```
diff --git a/docs/api/wz.wzintproperty.setvalue.md b/docs/api/wz.wzintproperty.setvalue.md
index 282191a..55315cb 100644
--- a/docs/api/wz.wzintproperty.setvalue.md
+++ b/docs/api/wz.wzintproperty.setvalue.md
@@ -1,22 +1,22 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [setValue](./wz.wzintproperty.setvalue.md)
-
-## WzIntProperty.setValue() method
-
-Signature:
-
-```typescript
-setValue(value: number): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | number | |
-
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [setValue](./wz.wzintproperty.setvalue.md)
+
+## WzIntProperty.setValue() method
+
+**Signature:**
+
+```typescript
+setValue(value: number): void;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| value | number | |
+
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzintproperty.tostring.md b/docs/api/wz.wzintproperty.tostring.md
index 24ada24..7db2880 100644
--- a/docs/api/wz.wzintproperty.tostring.md
+++ b/docs/api/wz.wzintproperty.tostring.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [toString](./wz.wzintproperty.tostring.md)
-
-## WzIntProperty.toString() method
-
-Signature:
-
-```typescript
-toString(): string;
-```
-Returns:
-
-string
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [toString](./wz.wzintproperty.tostring.md)
+
+## WzIntProperty.toString() method
+
+**Signature:**
+
+```typescript
+toString(): string;
+```
+**Returns:**
+
+string
+
diff --git a/docs/api/wz.wzintproperty.value.md b/docs/api/wz.wzintproperty.value.md
index 2d2d3ef..81dd1e7 100644
--- a/docs/api/wz.wzintproperty.value.md
+++ b/docs/api/wz.wzintproperty.value.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [value](./wz.wzintproperty.value.md)
-
-## WzIntProperty.value property
-
-Signature:
-
-```typescript
-get value(): number;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [value](./wz.wzintproperty.value.md)
+
+## WzIntProperty.value property
+
+**Signature:**
+
+```typescript
+get value(): number;
+```
diff --git a/docs/api/wz.wzintproperty.wzvalue.md b/docs/api/wz.wzintproperty.wzvalue.md
index 6635410..8b9a28e 100644
--- a/docs/api/wz.wzintproperty.wzvalue.md
+++ b/docs/api/wz.wzintproperty.wzvalue.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [wzValue](./wz.wzintproperty.wzvalue.md)
-
-## WzIntProperty.wzValue property
-
-Signature:
-
-```typescript
-get wzValue(): number;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzIntProperty](./wz.wzintproperty.md) > [wzValue](./wz.wzintproperty.wzvalue.md)
+
+## WzIntProperty.wzValue property
+
+**Signature:**
+
+```typescript
+get wzValue(): number;
+```
diff --git a/docs/api/wz.wzlongproperty._constructor_.md b/docs/api/wz.wzlongproperty._constructor_.md
index 7a588f6..0610607 100644
--- a/docs/api/wz.wzlongproperty._constructor_.md
+++ b/docs/api/wz.wzlongproperty._constructor_.md
@@ -1,21 +1,21 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [(constructor)](./wz.wzlongproperty._constructor_.md)
-
-## WzLongProperty.(constructor)
-
-Constructs a new instance of the `WzLongProperty` class
-
-Signature:
-
-```typescript
-constructor(name?: string, val?: bigint);
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | (Optional) |
-| val | bigint | (Optional) |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [(constructor)](./wz.wzlongproperty._constructor_.md)
+
+## WzLongProperty.(constructor)
+
+Constructs a new instance of the `WzLongProperty` class
+
+**Signature:**
+
+```typescript
+constructor(name?: string, val?: bigint);
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| name | string | _(Optional)_ |
+| val | bigint | _(Optional)_ |
+
diff --git a/docs/api/wz.wzlongproperty.dispose.md b/docs/api/wz.wzlongproperty.dispose.md
index 5b6076f..82c40ce 100644
--- a/docs/api/wz.wzlongproperty.dispose.md
+++ b/docs/api/wz.wzlongproperty.dispose.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [dispose](./wz.wzlongproperty.dispose.md)
-
-## WzLongProperty.dispose() method
-
-Signature:
-
-```typescript
-dispose(): void;
-```
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [dispose](./wz.wzlongproperty.dispose.md)
+
+## WzLongProperty.dispose() method
+
+**Signature:**
+
+```typescript
+dispose(): void;
+```
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzlongproperty.md b/docs/api/wz.wzlongproperty.md
index 67b93c1..2089881 100644
--- a/docs/api/wz.wzlongproperty.md
+++ b/docs/api/wz.wzlongproperty.md
@@ -1,38 +1,38 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md)
-
-## WzLongProperty class
-
-
-Signature:
-
-```typescript
-export declare class WzLongProperty extends WzImageProperty
-```
-Extends: [WzImageProperty](./wz.wzimageproperty.md)
-
-## Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [(constructor)(name, val)](./wz.wzlongproperty._constructor_.md) | | Constructs a new instance of the WzLongProperty
class |
-
-## Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [name](./wz.wzlongproperty.name.md) | | string | |
-| [parent](./wz.wzlongproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
-| [propertyType](./wz.wzlongproperty.propertytype.md) | | [WzPropertyType](./wz.wzpropertytype.md) | |
-| [value](./wz.wzlongproperty.value.md) | | bigint | |
-| [wzValue](./wz.wzlongproperty.wzvalue.md) | | bigint | |
-
-## Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [dispose()](./wz.wzlongproperty.dispose.md) | | |
-| [setValue(value)](./wz.wzlongproperty.setvalue.md) | | |
-| [toString()](./wz.wzlongproperty.tostring.md) | | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md)
+
+## WzLongProperty class
+
+
+**Signature:**
+
+```typescript
+export declare class WzLongProperty extends WzImageProperty
+```
+**Extends:** [WzImageProperty](./wz.wzimageproperty.md)
+
+## Constructors
+
+| Constructor | Modifiers | Description |
+| --- | --- | --- |
+| [(constructor)(name, val)](./wz.wzlongproperty._constructor_.md) | | Constructs a new instance of the WzLongProperty
class |
+
+## Properties
+
+| Property | Modifiers | Type | Description |
+| --- | --- | --- | --- |
+| [name](./wz.wzlongproperty.name.md) | | string | |
+| [parent](./wz.wzlongproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
+| [propertyType](./wz.wzlongproperty.propertytype.md) | readonly
| [WzPropertyType](./wz.wzpropertytype.md) | |
+| [value](./wz.wzlongproperty.value.md) | readonly
| bigint | |
+| [wzValue](./wz.wzlongproperty.wzvalue.md) | readonly
| bigint | |
+
+## Methods
+
+| Method | Modifiers | Description |
+| --- | --- | --- |
+| [dispose()](./wz.wzlongproperty.dispose.md) | | |
+| [setValue(value)](./wz.wzlongproperty.setvalue.md) | | |
+| [toString()](./wz.wzlongproperty.tostring.md) | | |
+
diff --git a/docs/api/wz.wzlongproperty.name.md b/docs/api/wz.wzlongproperty.name.md
index 6380e07..bb9634c 100644
--- a/docs/api/wz.wzlongproperty.name.md
+++ b/docs/api/wz.wzlongproperty.name.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [name](./wz.wzlongproperty.name.md)
-
-## WzLongProperty.name property
-
-Signature:
-
-```typescript
-name: string;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [name](./wz.wzlongproperty.name.md)
+
+## WzLongProperty.name property
+
+**Signature:**
+
+```typescript
+name: string;
+```
diff --git a/docs/api/wz.wzlongproperty.parent.md b/docs/api/wz.wzlongproperty.parent.md
index 54a7cb7..5f210fa 100644
--- a/docs/api/wz.wzlongproperty.parent.md
+++ b/docs/api/wz.wzlongproperty.parent.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [parent](./wz.wzlongproperty.parent.md)
-
-## WzLongProperty.parent property
-
-Signature:
-
-```typescript
-parent: WzObject | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [parent](./wz.wzlongproperty.parent.md)
+
+## WzLongProperty.parent property
+
+**Signature:**
+
+```typescript
+parent: WzObject | null;
+```
diff --git a/docs/api/wz.wzlongproperty.propertytype.md b/docs/api/wz.wzlongproperty.propertytype.md
index 94f1d4f..80c6c98 100644
--- a/docs/api/wz.wzlongproperty.propertytype.md
+++ b/docs/api/wz.wzlongproperty.propertytype.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [propertyType](./wz.wzlongproperty.propertytype.md)
-
-## WzLongProperty.propertyType property
-
-Signature:
-
-```typescript
-get propertyType(): WzPropertyType;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [propertyType](./wz.wzlongproperty.propertytype.md)
+
+## WzLongProperty.propertyType property
+
+**Signature:**
+
+```typescript
+get propertyType(): WzPropertyType;
+```
diff --git a/docs/api/wz.wzlongproperty.setvalue.md b/docs/api/wz.wzlongproperty.setvalue.md
index ce25bea..e1bf895 100644
--- a/docs/api/wz.wzlongproperty.setvalue.md
+++ b/docs/api/wz.wzlongproperty.setvalue.md
@@ -1,22 +1,22 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [setValue](./wz.wzlongproperty.setvalue.md)
-
-## WzLongProperty.setValue() method
-
-Signature:
-
-```typescript
-setValue(value: bigint | number): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | bigint \| number | |
-
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [setValue](./wz.wzlongproperty.setvalue.md)
+
+## WzLongProperty.setValue() method
+
+**Signature:**
+
+```typescript
+setValue(value: bigint | number): void;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| value | bigint \| number | |
+
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzlongproperty.tostring.md b/docs/api/wz.wzlongproperty.tostring.md
index 3f68d44..175d0f1 100644
--- a/docs/api/wz.wzlongproperty.tostring.md
+++ b/docs/api/wz.wzlongproperty.tostring.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [toString](./wz.wzlongproperty.tostring.md)
-
-## WzLongProperty.toString() method
-
-Signature:
-
-```typescript
-toString(): string;
-```
-Returns:
-
-string
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [toString](./wz.wzlongproperty.tostring.md)
+
+## WzLongProperty.toString() method
+
+**Signature:**
+
+```typescript
+toString(): string;
+```
+**Returns:**
+
+string
+
diff --git a/docs/api/wz.wzlongproperty.value.md b/docs/api/wz.wzlongproperty.value.md
index 4e550b2..e4f51d8 100644
--- a/docs/api/wz.wzlongproperty.value.md
+++ b/docs/api/wz.wzlongproperty.value.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [value](./wz.wzlongproperty.value.md)
-
-## WzLongProperty.value property
-
-Signature:
-
-```typescript
-get value(): bigint;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [value](./wz.wzlongproperty.value.md)
+
+## WzLongProperty.value property
+
+**Signature:**
+
+```typescript
+get value(): bigint;
+```
diff --git a/docs/api/wz.wzlongproperty.wzvalue.md b/docs/api/wz.wzlongproperty.wzvalue.md
index f69b8f7..32c6a3e 100644
--- a/docs/api/wz.wzlongproperty.wzvalue.md
+++ b/docs/api/wz.wzlongproperty.wzvalue.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [wzValue](./wz.wzlongproperty.wzvalue.md)
-
-## WzLongProperty.wzValue property
-
-Signature:
-
-```typescript
-get wzValue(): bigint;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLongProperty](./wz.wzlongproperty.md) > [wzValue](./wz.wzlongproperty.wzvalue.md)
+
+## WzLongProperty.wzValue property
+
+**Signature:**
+
+```typescript
+get wzValue(): bigint;
+```
diff --git a/docs/api/wz.wzluaproperty._constructor_.md b/docs/api/wz.wzluaproperty._constructor_.md
index 717b9ed..8077c38 100644
--- a/docs/api/wz.wzluaproperty._constructor_.md
+++ b/docs/api/wz.wzluaproperty._constructor_.md
@@ -1,21 +1,21 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [(constructor)](./wz.wzluaproperty._constructor_.md)
-
-## WzLuaProperty.(constructor)
-
-Constructs a new instance of the `WzLuaProperty` class
-
-Signature:
-
-```typescript
-constructor(name: string, encryptedBytes: Uint8Array | null);
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | |
-| encryptedBytes | Uint8Array \| null | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [(constructor)](./wz.wzluaproperty._constructor_.md)
+
+## WzLuaProperty.(constructor)
+
+Constructs a new instance of the `WzLuaProperty` class
+
+**Signature:**
+
+```typescript
+constructor(name: string, encryptedBytes: Uint8Array | null);
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| name | string | |
+| encryptedBytes | Uint8Array \| null | |
+
diff --git a/docs/api/wz.wzluaproperty.dispose.md b/docs/api/wz.wzluaproperty.dispose.md
index aa08408..4998f1d 100644
--- a/docs/api/wz.wzluaproperty.dispose.md
+++ b/docs/api/wz.wzluaproperty.dispose.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [dispose](./wz.wzluaproperty.dispose.md)
-
-## WzLuaProperty.dispose() method
-
-Signature:
-
-```typescript
-dispose(): void;
-```
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [dispose](./wz.wzluaproperty.dispose.md)
+
+## WzLuaProperty.dispose() method
+
+**Signature:**
+
+```typescript
+dispose(): void;
+```
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzluaproperty.encryptedbytes.md b/docs/api/wz.wzluaproperty.encryptedbytes.md
index 9c02fbe..f76f87b 100644
--- a/docs/api/wz.wzluaproperty.encryptedbytes.md
+++ b/docs/api/wz.wzluaproperty.encryptedbytes.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [encryptedBytes](./wz.wzluaproperty.encryptedbytes.md)
-
-## WzLuaProperty.encryptedBytes property
-
-Signature:
-
-```typescript
-encryptedBytes: Uint8Array | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [encryptedBytes](./wz.wzluaproperty.encryptedbytes.md)
+
+## WzLuaProperty.encryptedBytes property
+
+**Signature:**
+
+```typescript
+encryptedBytes: Uint8Array | null;
+```
diff --git a/docs/api/wz.wzluaproperty.md b/docs/api/wz.wzluaproperty.md
index d527c84..00af168 100644
--- a/docs/api/wz.wzluaproperty.md
+++ b/docs/api/wz.wzluaproperty.md
@@ -1,40 +1,40 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md)
-
-## WzLuaProperty class
-
-
-Signature:
-
-```typescript
-export declare class WzLuaProperty extends WzImageProperty
-```
-Extends: [WzImageProperty](./wz.wzimageproperty.md)
-
-## Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [(constructor)(name, encryptedBytes)](./wz.wzluaproperty._constructor_.md) | | Constructs a new instance of the WzLuaProperty
class |
-
-## Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [encryptedBytes](./wz.wzluaproperty.encryptedbytes.md) | | Uint8Array \| null | |
-| [name](./wz.wzluaproperty.name.md) | | string | |
-| [parent](./wz.wzluaproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
-| [propertyType](./wz.wzluaproperty.propertytype.md) | | [WzPropertyType](./wz.wzpropertytype.md) | |
-| [value](./wz.wzluaproperty.value.md) | | Uint8Array \| null | |
-| [wzKey](./wz.wzluaproperty.wzkey.md) | | [WzMutableKey](./wz.wzmutablekey.md) | |
-| [wzValue](./wz.wzluaproperty.wzvalue.md) | | Uint8Array \| null | |
-
-## Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [dispose()](./wz.wzluaproperty.dispose.md) | | |
-| [setValue(value)](./wz.wzluaproperty.setvalue.md) | | |
-| [toString()](./wz.wzluaproperty.tostring.md) | | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md)
+
+## WzLuaProperty class
+
+
+**Signature:**
+
+```typescript
+export declare class WzLuaProperty extends WzImageProperty
+```
+**Extends:** [WzImageProperty](./wz.wzimageproperty.md)
+
+## Constructors
+
+| Constructor | Modifiers | Description |
+| --- | --- | --- |
+| [(constructor)(name, encryptedBytes)](./wz.wzluaproperty._constructor_.md) | | Constructs a new instance of the WzLuaProperty
class |
+
+## Properties
+
+| Property | Modifiers | Type | Description |
+| --- | --- | --- | --- |
+| [encryptedBytes](./wz.wzluaproperty.encryptedbytes.md) | | Uint8Array \| null | |
+| [name](./wz.wzluaproperty.name.md) | | string | |
+| [parent](./wz.wzluaproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
+| [propertyType](./wz.wzluaproperty.propertytype.md) | readonly
| [WzPropertyType](./wz.wzpropertytype.md) | |
+| [value](./wz.wzluaproperty.value.md) | readonly
| Uint8Array \| null | |
+| [wzKey](./wz.wzluaproperty.wzkey.md) | | [WzMutableKey](./wz.wzmutablekey.md) | |
+| [wzValue](./wz.wzluaproperty.wzvalue.md) | readonly
| Uint8Array \| null | |
+
+## Methods
+
+| Method | Modifiers | Description |
+| --- | --- | --- |
+| [dispose()](./wz.wzluaproperty.dispose.md) | | |
+| [setValue(value)](./wz.wzluaproperty.setvalue.md) | | |
+| [toString()](./wz.wzluaproperty.tostring.md) | | |
+
diff --git a/docs/api/wz.wzluaproperty.name.md b/docs/api/wz.wzluaproperty.name.md
index 026e190..b075e04 100644
--- a/docs/api/wz.wzluaproperty.name.md
+++ b/docs/api/wz.wzluaproperty.name.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [name](./wz.wzluaproperty.name.md)
-
-## WzLuaProperty.name property
-
-Signature:
-
-```typescript
-name: string;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [name](./wz.wzluaproperty.name.md)
+
+## WzLuaProperty.name property
+
+**Signature:**
+
+```typescript
+name: string;
+```
diff --git a/docs/api/wz.wzluaproperty.parent.md b/docs/api/wz.wzluaproperty.parent.md
index 6abd84d..3e89e4b 100644
--- a/docs/api/wz.wzluaproperty.parent.md
+++ b/docs/api/wz.wzluaproperty.parent.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [parent](./wz.wzluaproperty.parent.md)
-
-## WzLuaProperty.parent property
-
-Signature:
-
-```typescript
-parent: WzObject | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [parent](./wz.wzluaproperty.parent.md)
+
+## WzLuaProperty.parent property
+
+**Signature:**
+
+```typescript
+parent: WzObject | null;
+```
diff --git a/docs/api/wz.wzluaproperty.propertytype.md b/docs/api/wz.wzluaproperty.propertytype.md
index b63ac05..c792389 100644
--- a/docs/api/wz.wzluaproperty.propertytype.md
+++ b/docs/api/wz.wzluaproperty.propertytype.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [propertyType](./wz.wzluaproperty.propertytype.md)
-
-## WzLuaProperty.propertyType property
-
-Signature:
-
-```typescript
-get propertyType(): WzPropertyType;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [propertyType](./wz.wzluaproperty.propertytype.md)
+
+## WzLuaProperty.propertyType property
+
+**Signature:**
+
+```typescript
+get propertyType(): WzPropertyType;
+```
diff --git a/docs/api/wz.wzluaproperty.setvalue.md b/docs/api/wz.wzluaproperty.setvalue.md
index 1d2d394..91550d4 100644
--- a/docs/api/wz.wzluaproperty.setvalue.md
+++ b/docs/api/wz.wzluaproperty.setvalue.md
@@ -1,22 +1,22 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [setValue](./wz.wzluaproperty.setvalue.md)
-
-## WzLuaProperty.setValue() method
-
-Signature:
-
-```typescript
-setValue(value: Uint8Array): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| value | Uint8Array | |
-
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [setValue](./wz.wzluaproperty.setvalue.md)
+
+## WzLuaProperty.setValue() method
+
+**Signature:**
+
+```typescript
+setValue(value: Uint8Array): void;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| value | Uint8Array | |
+
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzluaproperty.tostring.md b/docs/api/wz.wzluaproperty.tostring.md
index 70c1045..ac774aa 100644
--- a/docs/api/wz.wzluaproperty.tostring.md
+++ b/docs/api/wz.wzluaproperty.tostring.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [toString](./wz.wzluaproperty.tostring.md)
-
-## WzLuaProperty.toString() method
-
-Signature:
-
-```typescript
-toString(): string;
-```
-Returns:
-
-string
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [toString](./wz.wzluaproperty.tostring.md)
+
+## WzLuaProperty.toString() method
+
+**Signature:**
+
+```typescript
+toString(): string;
+```
+**Returns:**
+
+string
+
diff --git a/docs/api/wz.wzluaproperty.value.md b/docs/api/wz.wzluaproperty.value.md
index 25880f3..a30d31b 100644
--- a/docs/api/wz.wzluaproperty.value.md
+++ b/docs/api/wz.wzluaproperty.value.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [value](./wz.wzluaproperty.value.md)
-
-## WzLuaProperty.value property
-
-Signature:
-
-```typescript
-get value(): Uint8Array | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [value](./wz.wzluaproperty.value.md)
+
+## WzLuaProperty.value property
+
+**Signature:**
+
+```typescript
+get value(): Uint8Array | null;
+```
diff --git a/docs/api/wz.wzluaproperty.wzkey.md b/docs/api/wz.wzluaproperty.wzkey.md
index 65fdf1a..a37c19d 100644
--- a/docs/api/wz.wzluaproperty.wzkey.md
+++ b/docs/api/wz.wzluaproperty.wzkey.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [wzKey](./wz.wzluaproperty.wzkey.md)
-
-## WzLuaProperty.wzKey property
-
-Signature:
-
-```typescript
-wzKey: WzMutableKey;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [wzKey](./wz.wzluaproperty.wzkey.md)
+
+## WzLuaProperty.wzKey property
+
+**Signature:**
+
+```typescript
+wzKey: WzMutableKey;
+```
diff --git a/docs/api/wz.wzluaproperty.wzvalue.md b/docs/api/wz.wzluaproperty.wzvalue.md
index ea2df54..376f25a 100644
--- a/docs/api/wz.wzluaproperty.wzvalue.md
+++ b/docs/api/wz.wzluaproperty.wzvalue.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [wzValue](./wz.wzluaproperty.wzvalue.md)
-
-## WzLuaProperty.wzValue property
-
-Signature:
-
-```typescript
-get wzValue(): Uint8Array | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzLuaProperty](./wz.wzluaproperty.md) > [wzValue](./wz.wzluaproperty.wzvalue.md)
+
+## WzLuaProperty.wzValue property
+
+**Signature:**
+
+```typescript
+get wzValue(): Uint8Array | null;
+```
diff --git a/docs/api/wz.wzmaindirectory._constructor_.md b/docs/api/wz.wzmaindirectory._constructor_.md
index 83eb92c..cc73ced 100644
--- a/docs/api/wz.wzmaindirectory._constructor_.md
+++ b/docs/api/wz.wzmaindirectory._constructor_.md
@@ -1,21 +1,21 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md) > [(constructor)](./wz.wzmaindirectory._constructor_.md)
-
-## WzMainDirectory.(constructor)
-
-Constructs a new instance of the `WzMainDirectory` class
-
-Signature:
-
-```typescript
-constructor(file: WzFile, directory?: WzDirectory);
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| file | [WzFile](./wz.wzfile.md) | |
-| directory | [WzDirectory](./wz.wzdirectory.md) | (Optional) |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md) > [(constructor)](./wz.wzmaindirectory._constructor_.md)
+
+## WzMainDirectory.(constructor)
+
+Constructs a new instance of the `WzMainDirectory` class
+
+**Signature:**
+
+```typescript
+constructor(file: WzFile, directory?: WzDirectory);
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| file | [WzFile](./wz.wzfile.md) | |
+| directory | [WzDirectory](./wz.wzdirectory.md) | _(Optional)_ |
+
diff --git a/docs/api/wz.wzmaindirectory.directory.md b/docs/api/wz.wzmaindirectory.directory.md
index ebb4d3e..464c406 100644
--- a/docs/api/wz.wzmaindirectory.directory.md
+++ b/docs/api/wz.wzmaindirectory.directory.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md) > [directory](./wz.wzmaindirectory.directory.md)
-
-## WzMainDirectory.directory property
-
-Signature:
-
-```typescript
-get directory(): WzDirectory | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md) > [directory](./wz.wzmaindirectory.directory.md)
+
+## WzMainDirectory.directory property
+
+**Signature:**
+
+```typescript
+get directory(): WzDirectory | null;
+```
diff --git a/docs/api/wz.wzmaindirectory.file.md b/docs/api/wz.wzmaindirectory.file.md
index b18b5fc..d6d562f 100644
--- a/docs/api/wz.wzmaindirectory.file.md
+++ b/docs/api/wz.wzmaindirectory.file.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md) > [file](./wz.wzmaindirectory.file.md)
-
-## WzMainDirectory.file property
-
-Signature:
-
-```typescript
-file: WzFile;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md) > [file](./wz.wzmaindirectory.file.md)
+
+## WzMainDirectory.file property
+
+**Signature:**
+
+```typescript
+file: WzFile;
+```
diff --git a/docs/api/wz.wzmaindirectory.md b/docs/api/wz.wzmaindirectory.md
index 86022ca..a5beb70 100644
--- a/docs/api/wz.wzmaindirectory.md
+++ b/docs/api/wz.wzmaindirectory.md
@@ -1,26 +1,26 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md)
-
-## WzMainDirectory class
-
-
-Signature:
-
-```typescript
-export declare class WzMainDirectory
-```
-
-## Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [(constructor)(file, directory)](./wz.wzmaindirectory._constructor_.md) | | Constructs a new instance of the WzMainDirectory
class |
-
-## Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [directory](./wz.wzmaindirectory.directory.md) | | [WzDirectory](./wz.wzdirectory.md) \| null | |
-| [file](./wz.wzmaindirectory.file.md) | | [WzFile](./wz.wzfile.md) | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMainDirectory](./wz.wzmaindirectory.md)
+
+## WzMainDirectory class
+
+
+**Signature:**
+
+```typescript
+export declare class WzMainDirectory
+```
+
+## Constructors
+
+| Constructor | Modifiers | Description |
+| --- | --- | --- |
+| [(constructor)(file, directory)](./wz.wzmaindirectory._constructor_.md) | | Constructs a new instance of the WzMainDirectory
class |
+
+## Properties
+
+| Property | Modifiers | Type | Description |
+| --- | --- | --- | --- |
+| [directory](./wz.wzmaindirectory.directory.md) | readonly
| [WzDirectory](./wz.wzdirectory.md) \| null | |
+| [file](./wz.wzmaindirectory.file.md) | | [WzFile](./wz.wzfile.md) | |
+
diff --git a/docs/api/wz.wzmapleversion.md b/docs/api/wz.wzmapleversion.md
index 4941d18..f42d8c1 100644
--- a/docs/api/wz.wzmapleversion.md
+++ b/docs/api/wz.wzmapleversion.md
@@ -1,26 +1,26 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMapleVersion](./wz.wzmapleversion.md)
-
-## WzMapleVersion enum
-
-
-Signature:
-
-```typescript
-export declare enum WzMapleVersion
-```
-
-## Enumeration Members
-
-| Member | Value | Description |
-| --- | --- | --- |
-| BMS | 2
| BMS / GMS / MapleSEA / メイプルストーリー / 메이플스토리 |
-| CLASSIC | 3
| |
-| CUSTOM | 6
| 自定义编码 |
-| EMS | 1
| 新楓之谷 / 冒险岛Online / 메이플스토리 / MapleSEA / EMS (old) |
-| GENERATE | 4
| 生成 |
-| GETFROMZLZ | 5
| |
-| GMS | 0
| Global MapleStory (old) |
-| UNKNOWN | 99
| |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMapleVersion](./wz.wzmapleversion.md)
+
+## WzMapleVersion enum
+
+
+**Signature:**
+
+```typescript
+export declare enum WzMapleVersion
+```
+
+## Enumeration Members
+
+| Member | Value | Description |
+| --- | --- | --- |
+| BMS | 2
| BMS / GMS / MapleSEA / メイプルストーリー / 메이플스토리 |
+| CLASSIC | 3
| |
+| CUSTOM | 6
| 自定义编码 |
+| EMS | 1
| 新楓之谷 / 冒险岛Online / 메이플스토리 / MapleSEA / EMS (old) |
+| GENERATE | 4
| 生成 |
+| GETFROMZLZ | 5
| |
+| GMS | 0
| Global MapleStory (old) |
+| UNKNOWN | 99
| |
+
diff --git a/docs/api/wz.wzmutablekey._constructor_.md b/docs/api/wz.wzmutablekey._constructor_.md
index 9c07abb..1592b08 100644
--- a/docs/api/wz.wzmutablekey._constructor_.md
+++ b/docs/api/wz.wzmutablekey._constructor_.md
@@ -1,21 +1,21 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md) > [(constructor)](./wz.wzmutablekey._constructor_.md)
-
-## WzMutableKey.(constructor)
-
-Constructs a new instance of the `WzMutableKey` class
-
-Signature:
-
-```typescript
-constructor(_iv: Uint8Array, _aesUserKey: Uint8Array);
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| \_iv | Uint8Array | |
-| \_aesUserKey | Uint8Array | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md) > [(constructor)](./wz.wzmutablekey._constructor_.md)
+
+## WzMutableKey.(constructor)
+
+Constructs a new instance of the `WzMutableKey` class
+
+**Signature:**
+
+```typescript
+constructor(_iv: Uint8Array, _aesUserKey: Uint8Array);
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| \_iv | Uint8Array | |
+| \_aesUserKey | Uint8Array | |
+
diff --git a/docs/api/wz.wzmutablekey.at.md b/docs/api/wz.wzmutablekey.at.md
index 62d910a..d466b88 100644
--- a/docs/api/wz.wzmutablekey.at.md
+++ b/docs/api/wz.wzmutablekey.at.md
@@ -1,22 +1,22 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md) > [at](./wz.wzmutablekey.at.md)
-
-## WzMutableKey.at() method
-
-Signature:
-
-```typescript
-at(index: number): number;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| index | number | |
-
-Returns:
-
-number
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md) > [at](./wz.wzmutablekey.at.md)
+
+## WzMutableKey.at() method
+
+**Signature:**
+
+```typescript
+at(index: number): number;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| index | number | |
+
+**Returns:**
+
+number
+
diff --git a/docs/api/wz.wzmutablekey.ensurekeysize.md b/docs/api/wz.wzmutablekey.ensurekeysize.md
index 6ef6880..6296d03 100644
--- a/docs/api/wz.wzmutablekey.ensurekeysize.md
+++ b/docs/api/wz.wzmutablekey.ensurekeysize.md
@@ -1,22 +1,22 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md) > [ensureKeySize](./wz.wzmutablekey.ensurekeysize.md)
-
-## WzMutableKey.ensureKeySize() method
-
-Signature:
-
-```typescript
-ensureKeySize(size: number): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| size | number | |
-
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md) > [ensureKeySize](./wz.wzmutablekey.ensurekeysize.md)
+
+## WzMutableKey.ensureKeySize() method
+
+**Signature:**
+
+```typescript
+ensureKeySize(size: number): void;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| size | number | |
+
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzmutablekey.md b/docs/api/wz.wzmutablekey.md
index ced50ab..4e9127b 100644
--- a/docs/api/wz.wzmutablekey.md
+++ b/docs/api/wz.wzmutablekey.md
@@ -1,26 +1,26 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md)
-
-## WzMutableKey class
-
-
-Signature:
-
-```typescript
-export declare class WzMutableKey
-```
-
-## Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [(constructor)(\_iv, \_aesUserKey)](./wz.wzmutablekey._constructor_.md) | | Constructs a new instance of the WzMutableKey
class |
-
-## Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [at(index)](./wz.wzmutablekey.at.md) | | |
-| [ensureKeySize(size)](./wz.wzmutablekey.ensurekeysize.md) | | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzMutableKey](./wz.wzmutablekey.md)
+
+## WzMutableKey class
+
+
+**Signature:**
+
+```typescript
+export declare class WzMutableKey
+```
+
+## Constructors
+
+| Constructor | Modifiers | Description |
+| --- | --- | --- |
+| [(constructor)(\_iv, \_aesUserKey)](./wz.wzmutablekey._constructor_.md) | | Constructs a new instance of the WzMutableKey
class |
+
+## Methods
+
+| Method | Modifiers | Description |
+| --- | --- | --- |
+| [at(index)](./wz.wzmutablekey.at.md) | | |
+| [ensureKeySize(size)](./wz.wzmutablekey.ensurekeysize.md) | | |
+
diff --git a/docs/api/wz.wznullproperty._constructor_.md b/docs/api/wz.wznullproperty._constructor_.md
index 741ccba..64d54bc 100644
--- a/docs/api/wz.wznullproperty._constructor_.md
+++ b/docs/api/wz.wznullproperty._constructor_.md
@@ -1,20 +1,20 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [(constructor)](./wz.wznullproperty._constructor_.md)
-
-## WzNullProperty.(constructor)
-
-Constructs a new instance of the `WzNullProperty` class
-
-Signature:
-
-```typescript
-constructor(name?: string);
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | (Optional) |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [(constructor)](./wz.wznullproperty._constructor_.md)
+
+## WzNullProperty.(constructor)
+
+Constructs a new instance of the `WzNullProperty` class
+
+**Signature:**
+
+```typescript
+constructor(name?: string);
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| name | string | _(Optional)_ |
+
diff --git a/docs/api/wz.wznullproperty.dispose.md b/docs/api/wz.wznullproperty.dispose.md
index c3dff55..454eb75 100644
--- a/docs/api/wz.wznullproperty.dispose.md
+++ b/docs/api/wz.wznullproperty.dispose.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [dispose](./wz.wznullproperty.dispose.md)
-
-## WzNullProperty.dispose() method
-
-Signature:
-
-```typescript
-dispose(): void;
-```
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [dispose](./wz.wznullproperty.dispose.md)
+
+## WzNullProperty.dispose() method
+
+**Signature:**
+
+```typescript
+dispose(): void;
+```
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wznullproperty.md b/docs/api/wz.wznullproperty.md
index 7f1b76d..4b7ade6 100644
--- a/docs/api/wz.wznullproperty.md
+++ b/docs/api/wz.wznullproperty.md
@@ -1,35 +1,35 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md)
-
-## WzNullProperty class
-
-
-Signature:
-
-```typescript
-export declare class WzNullProperty extends WzImageProperty
-```
-Extends: [WzImageProperty](./wz.wzimageproperty.md)
-
-## Constructors
-
-| Constructor | Modifiers | Description |
-| --- | --- | --- |
-| [(constructor)(name)](./wz.wznullproperty._constructor_.md) | | Constructs a new instance of the WzNullProperty
class |
-
-## Properties
-
-| Property | Modifiers | Type | Description |
-| --- | --- | --- | --- |
-| [name](./wz.wznullproperty.name.md) | | string | |
-| [parent](./wz.wznullproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
-| [propertyType](./wz.wznullproperty.propertytype.md) | | [WzPropertyType](./wz.wzpropertytype.md) | |
-
-## Methods
-
-| Method | Modifiers | Description |
-| --- | --- | --- |
-| [dispose()](./wz.wznullproperty.dispose.md) | | |
-| [setValue(\_value)](./wz.wznullproperty.setvalue.md) | | |
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md)
+
+## WzNullProperty class
+
+
+**Signature:**
+
+```typescript
+export declare class WzNullProperty extends WzImageProperty
+```
+**Extends:** [WzImageProperty](./wz.wzimageproperty.md)
+
+## Constructors
+
+| Constructor | Modifiers | Description |
+| --- | --- | --- |
+| [(constructor)(name)](./wz.wznullproperty._constructor_.md) | | Constructs a new instance of the WzNullProperty
class |
+
+## Properties
+
+| Property | Modifiers | Type | Description |
+| --- | --- | --- | --- |
+| [name](./wz.wznullproperty.name.md) | | string | |
+| [parent](./wz.wznullproperty.parent.md) | | [WzObject](./wz.wzobject.md) \| null | |
+| [propertyType](./wz.wznullproperty.propertytype.md) | readonly
| [WzPropertyType](./wz.wzpropertytype.md) | |
+
+## Methods
+
+| Method | Modifiers | Description |
+| --- | --- | --- |
+| [dispose()](./wz.wznullproperty.dispose.md) | | |
+| [setValue(\_value)](./wz.wznullproperty.setvalue.md) | | |
+
diff --git a/docs/api/wz.wznullproperty.name.md b/docs/api/wz.wznullproperty.name.md
index 779f916..ae2a9ea 100644
--- a/docs/api/wz.wznullproperty.name.md
+++ b/docs/api/wz.wznullproperty.name.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [name](./wz.wznullproperty.name.md)
-
-## WzNullProperty.name property
-
-Signature:
-
-```typescript
-name: string;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [name](./wz.wznullproperty.name.md)
+
+## WzNullProperty.name property
+
+**Signature:**
+
+```typescript
+name: string;
+```
diff --git a/docs/api/wz.wznullproperty.parent.md b/docs/api/wz.wznullproperty.parent.md
index 566ad8e..142dc38 100644
--- a/docs/api/wz.wznullproperty.parent.md
+++ b/docs/api/wz.wznullproperty.parent.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [parent](./wz.wznullproperty.parent.md)
-
-## WzNullProperty.parent property
-
-Signature:
-
-```typescript
-parent: WzObject | null;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [parent](./wz.wznullproperty.parent.md)
+
+## WzNullProperty.parent property
+
+**Signature:**
+
+```typescript
+parent: WzObject | null;
+```
diff --git a/docs/api/wz.wznullproperty.propertytype.md b/docs/api/wz.wznullproperty.propertytype.md
index 9e2e0a7..36109f7 100644
--- a/docs/api/wz.wznullproperty.propertytype.md
+++ b/docs/api/wz.wznullproperty.propertytype.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [propertyType](./wz.wznullproperty.propertytype.md)
-
-## WzNullProperty.propertyType property
-
-Signature:
-
-```typescript
-get propertyType(): WzPropertyType;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [propertyType](./wz.wznullproperty.propertytype.md)
+
+## WzNullProperty.propertyType property
+
+**Signature:**
+
+```typescript
+get propertyType(): WzPropertyType;
+```
diff --git a/docs/api/wz.wznullproperty.setvalue.md b/docs/api/wz.wznullproperty.setvalue.md
index 963a422..4274b7d 100644
--- a/docs/api/wz.wznullproperty.setvalue.md
+++ b/docs/api/wz.wznullproperty.setvalue.md
@@ -1,22 +1,22 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [setValue](./wz.wznullproperty.setvalue.md)
-
-## WzNullProperty.setValue() method
-
-Signature:
-
-```typescript
-setValue(_value: unknown): void;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| \_value | unknown | |
-
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzNullProperty](./wz.wznullproperty.md) > [setValue](./wz.wznullproperty.setvalue.md)
+
+## WzNullProperty.setValue() method
+
+**Signature:**
+
+```typescript
+setValue(_value: unknown): void;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| \_value | unknown | |
+
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzobject._disposed.md b/docs/api/wz.wzobject._disposed.md
index 97f0fc1..e88870a 100644
--- a/docs/api/wz.wzobject._disposed.md
+++ b/docs/api/wz.wzobject._disposed.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [\_disposed](./wz.wzobject._disposed.md)
-
-## WzObject.\_disposed property
-
-Signature:
-
-```typescript
-protected _disposed: boolean;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [\_disposed](./wz.wzobject._disposed.md)
+
+## WzObject.\_disposed property
+
+**Signature:**
+
+```typescript
+protected _disposed: boolean;
+```
diff --git a/docs/api/wz.wzobject.at.md b/docs/api/wz.wzobject.at.md
index 3346b69..5c093d7 100644
--- a/docs/api/wz.wzobject.at.md
+++ b/docs/api/wz.wzobject.at.md
@@ -1,22 +1,22 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [at](./wz.wzobject.at.md)
-
-## WzObject.at() method
-
-Signature:
-
-```typescript
-abstract at(name: string): WzObject | null;
-```
-
-## Parameters
-
-| Parameter | Type | Description |
-| --- | --- | --- |
-| name | string | |
-
-Returns:
-
-[WzObject](./wz.wzobject.md) \| null
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [at](./wz.wzobject.at.md)
+
+## WzObject.at() method
+
+**Signature:**
+
+```typescript
+abstract at(name: string): WzObject | null;
+```
+
+## Parameters
+
+| Parameter | Type | Description |
+| --- | --- | --- |
+| name | string | |
+
+**Returns:**
+
+[WzObject](./wz.wzobject.md) \| null
+
diff --git a/docs/api/wz.wzobject.dispose.md b/docs/api/wz.wzobject.dispose.md
index f225b1d..dcfa91b 100644
--- a/docs/api/wz.wzobject.dispose.md
+++ b/docs/api/wz.wzobject.dispose.md
@@ -1,15 +1,15 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [dispose](./wz.wzobject.dispose.md)
-
-## WzObject.dispose() method
-
-Signature:
-
-```typescript
-abstract dispose(): void;
-```
-Returns:
-
-void
-
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [dispose](./wz.wzobject.dispose.md)
+
+## WzObject.dispose() method
+
+**Signature:**
+
+```typescript
+abstract dispose(): void;
+```
+**Returns:**
+
+void
+
diff --git a/docs/api/wz.wzobject.fullpath.md b/docs/api/wz.wzobject.fullpath.md
index 8d916b4..6d94b3e 100644
--- a/docs/api/wz.wzobject.fullpath.md
+++ b/docs/api/wz.wzobject.fullpath.md
@@ -1,11 +1,11 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [fullPath](./wz.wzobject.fullpath.md)
-
-## WzObject.fullPath property
-
-Signature:
-
-```typescript
-get fullPath(): string;
-```
+
+
+[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [fullPath](./wz.wzobject.fullpath.md)
+
+## WzObject.fullPath property
+
+**Signature:**
+
+```typescript
+get fullPath(): string;
+```
diff --git a/docs/api/wz.wzobject.getbitmap.md b/docs/api/wz.wzobject.getbitmap.md
index c71a518..670a62e 100644
--- a/docs/api/wz.wzobject.getbitmap.md
+++ b/docs/api/wz.wzobject.getbitmap.md
@@ -1,17 +1,17 @@
-
-
-[Home](./index.md) > [@tybys/wz](./wz.md) > [WzObject](./wz.wzobject.md) > [getBitmap](./wz.wzobject.getbitmap.md)
-
-## WzObject.getBitmap() method
-
-
-Signature:
-
-```typescript
-/** @virtual */
-getBitmap(): Promise