s2cfgtojson 3.0.2 → 3.0.3
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.
- package/Struct.mts +1 -1
- package/package.json +1 -1
package/Struct.mts
CHANGED
|
@@ -16,7 +16,7 @@ const REMOVE_NODE = "removenode";
|
|
|
16
16
|
* This file is part of the Stalker 2 Modding Tools project.
|
|
17
17
|
* This is a base class for all structs.
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
19
|
+
export class Struct implements IStruct {
|
|
20
20
|
__internal__: Refs = new Refs();
|
|
21
21
|
|
|
22
22
|
/**
|