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.
Files changed (2) hide show
  1. package/Struct.mts +1 -1
  2. 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 abstract class Struct implements IStruct {
19
+ export class Struct implements IStruct {
20
20
  __internal__: Refs = new Refs();
21
21
 
22
22
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s2cfgtojson",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Converts Stalker 2 Cfg file into POJOs",
5
5
  "keywords": [
6
6
  "stalker",