@etothepii/satisfactory-file-parser 1.0.3 → 1.1.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.
- package/LICENCE.md +1 -1
- package/LICENSE +1 -1
- package/README.md +8 -2
- package/build/index.d.ts +10 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +10 -1
- package/build/index.js.map +1 -1
- package/build/parser/satisfactory/save/object-references-list.d.ts +2 -2
- package/build/parser/satisfactory/save/object-references-list.d.ts.map +1 -1
- package/build/parser/satisfactory/save/object-references-list.js.map +1 -1
- package/build/parser/satisfactory/types/objects/SaveObject.d.ts +2 -2
- package/build/parser/satisfactory/types/objects/SaveObject.d.ts.map +1 -1
- package/build/parser/satisfactory/types/objects/SaveObject.js +3 -3
- package/build/parser/satisfactory/types/objects/SaveObject.js.map +1 -1
- package/build/parser/satisfactory/types/property/PropertiesList.d.ts +3 -5
- package/build/parser/satisfactory/types/property/PropertiesList.d.ts.map +1 -1
- package/build/parser/satisfactory/types/property/PropertiesList.js +10 -13
- package/build/parser/satisfactory/types/property/PropertiesList.js.map +1 -1
- package/build/parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties.d.ts +31 -0
- package/build/parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties.js +81 -0
- package/build/parser/satisfactory/types/property/special/BuildableSubsystemSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/CircuitSpecialProperties.d.ts +16 -0
- package/build/parser/satisfactory/types/property/special/CircuitSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/CircuitSpecialProperties.js +31 -0
- package/build/parser/satisfactory/types/property/special/CircuitSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.d.ts +40 -0
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.js +101 -0
- package/build/parser/satisfactory/types/property/special/ConveyorChainActorSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/ConveyorSpecialProperties.d.ts +11 -0
- package/build/parser/satisfactory/types/property/special/ConveyorSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/ConveyorSpecialProperties.js +18 -0
- package/build/parser/satisfactory/types/property/special/ConveyorSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/EmptySpecialProperties.d.ts +11 -0
- package/build/parser/satisfactory/types/property/special/EmptySpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/EmptySpecialProperties.js +15 -0
- package/build/parser/satisfactory/types/property/special/EmptySpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/ObjectsListSpecialProperties.d.ts +13 -0
- package/build/parser/satisfactory/types/property/special/ObjectsListSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/ObjectsListSpecialProperties.js +20 -0
- package/build/parser/satisfactory/types/property/special/ObjectsListSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/PlayerSpecialProperties.d.ts +14 -0
- package/build/parser/satisfactory/types/property/special/PlayerSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/PlayerSpecialProperties.js +40 -0
- package/build/parser/satisfactory/types/property/special/PlayerSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/PowerLineSpecialProperties.d.ts +17 -0
- package/build/parser/satisfactory/types/property/special/PowerLineSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/PowerLineSpecialProperties.js +28 -0
- package/build/parser/satisfactory/types/property/special/PowerLineSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/SpecialDroneActionProperties.d.ts +18 -0
- package/build/parser/satisfactory/types/property/special/SpecialDroneActionProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/SpecialDroneActionProperties.js +47 -0
- package/build/parser/satisfactory/types/property/special/SpecialDroneActionProperties.js.map +1 -0
- package/build/parser/satisfactory/types/property/special/SpecialProperties.d.ts +13 -3
- package/build/parser/satisfactory/types/property/special/SpecialProperties.d.ts.map +1 -1
- package/build/parser/satisfactory/types/property/special/SpecialProperties.js +75 -195
- package/build/parser/satisfactory/types/property/special/SpecialProperties.js.map +1 -1
- package/build/parser/satisfactory/types/property/special/VehicleSpecialProperties.d.ts +19 -0
- package/build/parser/satisfactory/types/property/special/VehicleSpecialProperties.d.ts.map +1 -0
- package/build/parser/satisfactory/types/property/special/VehicleSpecialProperties.js +46 -0
- package/build/parser/satisfactory/types/property/special/VehicleSpecialProperties.js.map +1 -0
- package/build/parser/satisfactory/types/structs/DynamicStructPropertyValue.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/DynamicStructPropertyValue.js +2 -21
- package/build/parser/satisfactory/types/structs/DynamicStructPropertyValue.js.map +1 -1
- package/build/parser/satisfactory/types/structs/GUID.d.ts +2 -2
- package/build/parser/satisfactory/types/structs/GUID.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/GUID.js.map +1 -1
- package/build/parser/satisfactory/types/structs/GUIDInfo.d.ts +2 -2
- package/build/parser/satisfactory/types/structs/GUIDInfo.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/GUIDInfo.js.map +1 -1
- package/build/parser/satisfactory/types/structs/ObjectReference.d.ts +2 -2
- package/build/parser/satisfactory/types/structs/ObjectReference.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/ObjectReference.js.map +1 -1
- package/build/parser/satisfactory/types/structs/Transform.d.ts +3 -3
- package/build/parser/satisfactory/types/structs/Transform.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/Transform.js.map +1 -1
- package/build/parser/satisfactory/types/structs/col4.d.ts +3 -3
- package/build/parser/satisfactory/types/structs/col4.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/col4.js.map +1 -1
- package/build/parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange.d.ts +2 -2
- package/build/parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange.js.map +1 -1
- package/build/parser/satisfactory/types/structs/vec2.d.ts +3 -3
- package/build/parser/satisfactory/types/structs/vec2.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/vec2.js.map +1 -1
- package/build/parser/satisfactory/types/structs/vec3.d.ts +4 -4
- package/build/parser/satisfactory/types/structs/vec3.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/vec3.js.map +1 -1
- package/build/parser/satisfactory/types/structs/vec4.d.ts +3 -3
- package/build/parser/satisfactory/types/structs/vec4.d.ts.map +1 -1
- package/build/parser/satisfactory/types/structs/vec4.js.map +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/AbstractBaseProperty.html +2 -2
- package/docs/classes/AbstractProperty.html +2 -2
- package/docs/classes/ArrayProperty.html +2 -2
- package/docs/classes/BasicProperty.html +2 -2
- package/docs/classes/BlueprintConfigReader.html +3 -3
- package/docs/classes/BlueprintConfigWriter.html +3 -3
- package/docs/classes/BlueprintReader.html +3 -3
- package/docs/classes/BlueprintWriter.html +3 -3
- package/docs/classes/BoolProperty.html +2 -2
- package/docs/classes/ByteProperty.html +2 -2
- package/docs/classes/CompressionLibraryError.html +2 -2
- package/docs/classes/CorruptSaveError.html +2 -2
- package/docs/classes/DoubleProperty.html +2 -2
- package/docs/classes/EnumProperty.html +2 -2
- package/docs/classes/FloatProperty.html +2 -2
- package/docs/classes/Int32Property.html +2 -2
- package/docs/classes/Int64Property.html +2 -2
- package/docs/classes/Int8Property.html +2 -2
- package/docs/classes/MapProperty.html +2 -2
- package/docs/classes/ObjectProperty.html +2 -2
- package/docs/classes/Parser.html +6 -6
- package/docs/classes/ParserError.html +2 -2
- package/docs/classes/ReadableStreamParser.html +2 -2
- package/docs/classes/SatisfactorySave.html +2 -2
- package/docs/classes/SaveComponent.html +2 -2
- package/docs/classes/SaveEntity.html +2 -2
- package/docs/classes/SaveReader.html +3 -3
- package/docs/classes/SaveStreamJsonStringifier.html +2 -2
- package/docs/classes/SaveStreamWriter.html +2 -2
- package/docs/classes/SaveWriter.html +3 -3
- package/docs/classes/SetProperty.html +2 -2
- package/docs/classes/StrProperty.html +2 -2
- package/docs/classes/StructProperty.html +2 -2
- package/docs/classes/TextProperty.html +2 -2
- package/docs/classes/TimeoutError.html +2 -2
- package/docs/classes/Uint32Property.html +2 -2
- package/docs/classes/Uint64Property.html +2 -2
- package/docs/classes/Uint8Property.html +2 -2
- package/docs/classes/UnimplementedError.html +2 -2
- package/docs/classes/UnsupportedVersionError.html +2 -2
- package/docs/functions/BuildableSubsystemSpecialProperties.Parse.html +1 -0
- package/docs/functions/BuildableSubsystemSpecialProperties.Serialize.html +1 -0
- package/docs/functions/CircuitSpecialProperties.Parse.html +1 -0
- package/docs/functions/CircuitSpecialProperties.Serialize.html +1 -0
- package/docs/functions/ConveyorChainActorSpecialProperties.Parse.html +1 -0
- package/docs/functions/ConveyorChainActorSpecialProperties.Serialize.html +1 -0
- package/docs/functions/ConveyorSpecialProperties.Parse.html +1 -0
- package/docs/functions/ConveyorSpecialProperties.Serialize.html +1 -0
- package/docs/functions/DynamicStructPropertyValue.read.html +1 -1
- package/docs/functions/DynamicStructPropertyValue.write.html +1 -1
- package/docs/functions/EmptySpecialProperties.Parse.html +1 -0
- package/docs/functions/EmptySpecialProperties.Serialize.html +1 -0
- package/docs/functions/FICFrameRange.Parse.html +1 -1
- package/docs/functions/FICFrameRange.Serialize.html +1 -1
- package/docs/functions/GUID.read.html +1 -1
- package/docs/functions/GUID.write.html +1 -1
- package/docs/functions/GUIDInfo.read.html +1 -1
- package/docs/functions/GUIDInfo.write.html +1 -1
- package/docs/functions/Level.ReadAllObjectContents.html +1 -1
- package/docs/functions/Level.ReadAllObjectHeaders.html +1 -1
- package/docs/functions/Level.ReadLevel.html +1 -1
- package/docs/functions/Level.ReadNObjectContents.html +1 -1
- package/docs/functions/Level.ReadNObjectHeaders.html +1 -1
- package/docs/functions/Level.SerializeAllObjectContents.html +1 -1
- package/docs/functions/Level.SerializeAllObjectHeaders.html +1 -1
- package/docs/functions/Level.SerializeLevel.html +1 -1
- package/docs/functions/MD5Hash.read.html +1 -1
- package/docs/functions/MD5Hash.write.html +1 -1
- package/docs/functions/ObjectReference.read.html +1 -1
- package/docs/functions/ObjectReference.write.html +1 -1
- package/docs/functions/ObjectsListSpecialProperties.Parse.html +1 -0
- package/docs/functions/ObjectsListSpecialProperties.Serialize.html +1 -0
- package/docs/functions/PlayerSpecialProperties.Parse.html +1 -0
- package/docs/functions/PlayerSpecialProperties.Serialize.html +1 -0
- package/docs/functions/PowerLineSpecialProperties.Parse.html +1 -0
- package/docs/functions/PowerLineSpecialProperties.Serialize.html +1 -0
- package/docs/functions/PropertiesList.ParseList.html +1 -1
- package/docs/functions/PropertiesList.ParseSingleProperty.html +1 -1
- package/docs/functions/PropertiesList.SerializeList.html +1 -1
- package/docs/functions/PropertiesList.SerializeSingleProperty.html +1 -1
- package/docs/functions/SoftObjectReference.read.html +1 -1
- package/docs/functions/SoftObjectReference.write.html +1 -1
- package/docs/functions/SpecialDroneActionProperties.Parse.html +1 -0
- package/docs/functions/SpecialDroneActionProperties.Serialize.html +1 -0
- package/docs/functions/SpecialProperties.ParseClassSpecificSpecialProperties.html +1 -1
- package/docs/functions/SpecialProperties.SerializeClassSpecificSpecialProperties.html +1 -1
- package/docs/functions/Transform.Parse.html +1 -1
- package/docs/functions/Transform.ParseF.html +1 -1
- package/docs/functions/Transform.Serialize.html +1 -1
- package/docs/functions/Transform.SerializeF.html +1 -1
- package/docs/functions/VehicleSpecialProperties.Parse.html +1 -0
- package/docs/functions/VehicleSpecialProperties.Serialize.html +1 -0
- package/docs/functions/col4.ParseBGRA.html +1 -1
- package/docs/functions/col4.ParseRGBA.html +1 -1
- package/docs/functions/col4.SerializeBGRA.html +1 -1
- package/docs/functions/col4.SerializeRGBA.html +1 -1
- package/docs/functions/isArrayProperty.html +1 -1
- package/docs/functions/isBoolProperty.html +1 -1
- package/docs/functions/isBuildableSubsystemSpecialProperties.html +1 -0
- package/docs/functions/isByteProperty.html +1 -1
- package/docs/functions/isCircuitSpecialProperties.html +1 -0
- package/docs/functions/isConveyorChainActorSpecialProperties.html +1 -0
- package/docs/functions/isConveyorSpecialProperties.html +1 -0
- package/docs/functions/isDoubleProperty.html +1 -1
- package/docs/functions/isEmptySpecialProperties.html +1 -0
- package/docs/functions/isEnumProperty.html +1 -1
- package/docs/functions/isFloatProperty.html +1 -1
- package/docs/functions/isInt32Property.html +1 -1
- package/docs/functions/isInt64Property.html +1 -1
- package/docs/functions/isInt8Property.html +1 -1
- package/docs/functions/isMapProperty.html +1 -1
- package/docs/functions/isObjectProperty.html +1 -1
- package/docs/functions/isObjectsListSpecialProperties.html +1 -0
- package/docs/functions/isPlayerSpecialProperties.html +1 -0
- package/docs/functions/isPowerLineSpecialProperties.html +1 -0
- package/docs/functions/isSaveComponent.html +1 -1
- package/docs/functions/isSaveEntity.html +1 -1
- package/docs/functions/isSetProperty.html +1 -1
- package/docs/functions/isSpecialDroneActionProperties.html +1 -0
- package/docs/functions/isStrProperty.html +1 -1
- package/docs/functions/isStructProperty.html +1 -1
- package/docs/functions/isTextProperty.html +1 -1
- package/docs/functions/isUInt64Property.html +1 -1
- package/docs/functions/isUint32Property.html +1 -1
- package/docs/functions/isUint8Property.html +1 -1
- package/docs/functions/isVehicleSpecialProperties.html +1 -0
- package/docs/functions/vec2.Parse.html +1 -1
- package/docs/functions/vec2.ParseF.html +1 -1
- package/docs/functions/vec2.Serialize.html +1 -1
- package/docs/functions/vec2.SerializeF.html +1 -1
- package/docs/functions/vec3.Parse.html +1 -1
- package/docs/functions/vec3.ParseF.html +1 -1
- package/docs/functions/vec3.ParseInt.html +1 -1
- package/docs/functions/vec3.Serialize.html +1 -1
- package/docs/functions/vec3.SerializeF.html +1 -1
- package/docs/functions/vec3.SerializeInt.html +1 -1
- package/docs/functions/vec3.add.html +1 -1
- package/docs/functions/vec3.length.html +1 -1
- package/docs/functions/vec3.mult.html +1 -1
- package/docs/functions/vec3.norm.html +1 -1
- package/docs/functions/vec3.sub.html +1 -1
- package/docs/functions/vec4.Parse.html +1 -1
- package/docs/functions/vec4.ParseF.html +1 -1
- package/docs/functions/vec4.Serialize.html +1 -1
- package/docs/functions/vec4.SerializeF.html +1 -1
- package/docs/index.html +8 -3
- package/docs/interfaces/Blueprint.html +2 -2
- package/docs/interfaces/BlueprintConfig.html +2 -2
- package/docs/interfaces/ModData.html +2 -2
- package/docs/interfaces/SatisfactoryModMetadata.html +2 -2
- package/docs/interfaces/SatisfactorySaveHeader.html +2 -2
- package/docs/interfaces/SaveComponentHeader.html +2 -2
- package/docs/interfaces/SaveEntityHeader.html +2 -2
- package/docs/modules/BuildableSubsystemSpecialProperties.html +3 -0
- package/docs/modules/CircuitSpecialProperties.html +3 -0
- package/docs/modules/ConveyorChainActorSpecialProperties.html +3 -0
- package/docs/modules/ConveyorSpecialProperties.html +3 -0
- package/docs/modules/DynamicStructPropertyValue.html +1 -1
- package/docs/modules/EmptySpecialProperties.html +3 -0
- package/docs/modules/FICFrameRange.html +1 -1
- package/docs/modules/GUID.html +1 -1
- package/docs/modules/GUIDInfo.html +1 -1
- package/docs/modules/Level.html +1 -1
- package/docs/modules/MD5Hash.html +1 -1
- package/docs/modules/ObjectReference.html +1 -1
- package/docs/modules/ObjectsListSpecialProperties.html +3 -0
- package/docs/modules/PlayerSpecialProperties.html +3 -0
- package/docs/modules/PowerLineSpecialProperties.html +3 -0
- package/docs/modules/PropertiesList.html +1 -1
- package/docs/modules/SoftObjectReference.html +1 -1
- package/docs/modules/SpecialDroneActionProperties.html +3 -0
- package/docs/modules/SpecialProperties.html +2 -1
- package/docs/modules/Transform.html +1 -1
- package/docs/modules/VehicleSpecialProperties.html +3 -0
- package/docs/modules/col4.html +1 -1
- package/docs/modules/vec2.html +1 -1
- package/docs/modules/vec3.html +1 -1
- package/docs/modules/vec4.html +1 -1
- package/docs/modules.html +32 -7
- package/docs/types/ArrayPropertyStructValueFields.html +1 -1
- package/docs/types/BasicMultipleStructPropertyValue.html +1 -1
- package/docs/types/BasicStructPropertyValue.html +1 -1
- package/docs/types/BlueprintHeader.html +1 -1
- package/docs/types/BoxStructPropertyValue.html +1 -1
- package/docs/types/BuildableSubsystemSpecialProperties-1.html +1 -0
- package/docs/types/BuildableTypeInstance.html +1 -1
- package/docs/types/BytePropertyValue.html +1 -1
- package/docs/types/CircuitSpecialProperties-1.html +1 -0
- package/docs/types/ClientIdentityInfo.html +1 -1
- package/docs/types/ConveyorChainActorSpecialProperties-1.html +1 -0
- package/docs/types/ConveyorChainSegmentSpecialProperties.html +1 -1
- package/docs/types/ConveyorItemSpecialProperties.html +1 -1
- package/docs/types/ConveyorSpecialProperties-1.html +1 -0
- package/docs/types/DynamicStructPropertyValue-1.html +1 -1
- package/docs/types/EmptySpecialProperties-1.html +1 -0
- package/docs/types/FICFrameRange-1.html +1 -1
- package/docs/types/FICFrameRangeStructPropertyValue.html +1 -1
- package/docs/types/GENERIC_MAP_KEY_TYPE.html +1 -1
- package/docs/types/GENERIC_MAP_VALUE_TYPE.html +1 -1
- package/docs/types/GENERIC_STRUCT_PROPERTY_VALUE.html +1 -1
- package/docs/types/GUID-1.html +1 -1
- package/docs/types/GUIDInfo-1.html +1 -1
- package/docs/types/InventoryItemStructPropertyValue.html +1 -1
- package/docs/types/Level-1.html +1 -1
- package/docs/types/MAP_STRUCT_KEY_PROXY.html +1 -1
- package/docs/types/MD5Hash-1.html +1 -1
- package/docs/types/ObjectReference-1.html +1 -1
- package/docs/types/ObjectsListSpecialProperties-1.html +1 -0
- package/docs/types/PlayerSpecialProperties-1.html +1 -0
- package/docs/types/PowerLineSpecialProperties-1.html +1 -0
- package/docs/types/PropertiesMap.html +1 -1
- package/docs/types/RailroadTrackPositionStructPropertyValue.html +1 -1
- package/docs/types/RoughSaveVersion.html +1 -1
- package/docs/types/SoftObjectReference-1.html +1 -1
- package/docs/types/SpecialDroneAction.html +1 -0
- package/docs/types/SpecialDroneActionProperties-1.html +1 -0
- package/docs/types/SpecialProperties.AvailableSpecialPropertiesTypes.html +1 -0
- package/docs/types/TextPropertyValue.html +1 -1
- package/docs/types/Transform-1.html +1 -1
- package/docs/types/VehicleSpecialProperties-1.html +1 -0
- package/docs/types/col4-1.html +1 -1
- package/docs/types/vec2-1.html +1 -1
- package/docs/types/vec3-1.html +1 -1
- package/docs/types/vec4-1.html +1 -1
- package/docs/variables/EDIT.html +1 -1
- package/package.json +1 -1
- package/docs/types/BuildableSubsystemSpecialProperties.html +0 -1
- package/docs/types/ConveyorChainActorSpecialProperties.html +0 -1
- package/docs/types/EmptySpecialProperties.html +0 -1
- package/docs/types/PlayerSpecialProperties.html +0 -1
- package/docs/types/PowerLineSpecialProperties.html +0 -1
- package/docs/types/SpecialAnyProperties.html +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BinaryReadable } from "../../../byte/binary-readable.interface";
|
|
2
|
-
import {
|
|
2
|
+
import { BinaryWritable } from '../../../byte/binary-writable.interface';
|
|
3
3
|
export type ObjectReference = {
|
|
4
4
|
levelName: string;
|
|
5
5
|
pathName: string;
|
|
6
6
|
};
|
|
7
7
|
export declare namespace ObjectReference {
|
|
8
8
|
const read: (reader: BinaryReadable) => ObjectReference;
|
|
9
|
-
const write: (writer:
|
|
9
|
+
const write: (writer: BinaryWritable, ref: ObjectReference) => void;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=ObjectReference.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectReference.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/ObjectReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ObjectReference.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/ObjectReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AAEzE,MAAM,MAAM,eAAe,GAAG;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,yBAAiB,eAAe,CAAC;IACzB,MAAM,IAAI,WAAY,cAAc,KAAG,eAK7C,CAAC;IAEK,MAAM,KAAK,WAAY,cAAc,OAAO,eAAe,KAAG,IAGpE,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectReference.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/ObjectReference.ts"],"names":[],"mappings":";;;AAQA,IAAiB,eAAe,CAY/B;AAZD,WAAiB,eAAe;IAClB,oBAAI,GAAG,CAAC,MAAsB,EAAmB,EAAE;QAC/D,OAAO;YACN,SAAS,EAAE,MAAM,CAAC,UAAU,EAAE;YAC9B,QAAQ,EAAE,MAAM,CAAC,UAAU,EAAE;SAC7B,CAAC;IACH,CAAC,CAAC;IAEW,qBAAK,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"ObjectReference.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/ObjectReference.ts"],"names":[],"mappings":";;;AAQA,IAAiB,eAAe,CAY/B;AAZD,WAAiB,eAAe;IAClB,oBAAI,GAAG,CAAC,MAAsB,EAAmB,EAAE;QAC/D,OAAO;YACN,SAAS,EAAE,MAAM,CAAC,UAAU,EAAE;YAC9B,QAAQ,EAAE,MAAM,CAAC,UAAU,EAAE;SAC7B,CAAC;IACH,CAAC,CAAC;IAEW,qBAAK,GAAG,CAAC,MAAsB,EAAE,GAAoB,EAAQ,EAAE;QAC3E,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QAClC,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC,CAAC;AACH,CAAC,EAZgB,eAAe,+BAAf,eAAe,QAY/B;AAAA,CAAC","sourcesContent":["import { BinaryReadable } from \"../../../byte/binary-readable.interface\";\nimport { BinaryWritable } from '../../../byte/binary-writable.interface';\n\nexport type ObjectReference = {\n\tlevelName: string;\n\tpathName: string;\n};\n\nexport namespace ObjectReference {\n\texport const read = (reader: BinaryReadable): ObjectReference => {\n\t\treturn {\n\t\t\tlevelName: reader.readString(),\n\t\t\tpathName: reader.readString()\n\t\t};\n\t};\n\n\texport const write = (writer: BinaryWritable, ref: ObjectReference): void => {\n\t\twriter.writeString(ref.levelName);\n\t\twriter.writeString(ref.pathName);\n\t};\n};\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BinaryReadable } from '../../../byte/binary-readable.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { BinaryWritable } from '../../../byte/binary-writable.interface';
|
|
3
3
|
import { vec3 } from './vec3';
|
|
4
4
|
import { vec4 } from './vec4';
|
|
5
5
|
export type Transform = {
|
|
@@ -10,7 +10,7 @@ export type Transform = {
|
|
|
10
10
|
export declare namespace Transform {
|
|
11
11
|
const ParseF: (reader: BinaryReadable) => Transform;
|
|
12
12
|
const Parse: (reader: BinaryReadable) => Transform;
|
|
13
|
-
const Serialize: (writer:
|
|
14
|
-
const SerializeF: (writer:
|
|
13
|
+
const Serialize: (writer: BinaryWritable, transform: Transform) => void;
|
|
14
|
+
const SerializeF: (writer: BinaryWritable, transform: Transform) => void;
|
|
15
15
|
}
|
|
16
16
|
//# sourceMappingURL=Transform.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transform.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/Transform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Transform.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/Transform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,MAAM,SAAS,GAAG;IACpB,QAAQ,EAAE,IAAI,CAAC;IACf,WAAW,EAAE,IAAI,CAAC;IAClB,OAAO,EAAE,IAAI,CAAC;CACjB,CAAC;AAEF,yBAAiB,SAAS,CAAC;IAChB,MAAM,MAAM,WAAY,cAAc,KAAG,SAM/C,CAAC;IAEK,MAAM,KAAK,WAAY,cAAc,KAAG,SAM9C,CAAC;IAEK,MAAM,SAAS,WAAY,cAAc,aAAa,SAAS,KAAG,IAIxE,CAAC;IAEK,MAAM,UAAU,WAAY,cAAc,aAAa,SAAS,KAAG,IAIzE,CAAC;CACL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transform.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/Transform.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;AAC9B,iCAA8B;AAS9B,IAAiB,SAAS,CA4BzB;AA5BD,WAAiB,SAAS;IACT,gBAAM,GAAG,CAAC,MAAsB,EAAa,EAAE;QACxD,OAAO;YACH,QAAQ,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;YAC7B,WAAW,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;YAChC,OAAO,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;SAC/B,CAAC;IACN,CAAC,CAAC;IAEW,eAAK,GAAG,CAAC,MAAsB,EAAa,EAAE;QACvD,OAAO;YACH,QAAQ,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;YAC5B,WAAW,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;YAC/B,OAAO,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;SAC9B,CAAC;IACN,CAAC,CAAC;IAEW,mBAAS,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"Transform.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/Transform.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;AAC9B,iCAA8B;AAS9B,IAAiB,SAAS,CA4BzB;AA5BD,WAAiB,SAAS;IACT,gBAAM,GAAG,CAAC,MAAsB,EAAa,EAAE;QACxD,OAAO;YACH,QAAQ,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;YAC7B,WAAW,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;YAChC,OAAO,EAAE,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC;SAC/B,CAAC;IACN,CAAC,CAAC;IAEW,eAAK,GAAG,CAAC,MAAsB,EAAa,EAAE;QACvD,OAAO;YACH,QAAQ,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;YAC5B,WAAW,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;YAC/B,OAAO,EAAE,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC;SAC9B,CAAC;IACN,CAAC,CAAC;IAEW,mBAAS,GAAG,CAAC,MAAsB,EAAE,SAAoB,EAAQ,EAAE;QAC5E,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;QAC3C,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;QAC9C,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC,CAAC;IAEW,oBAAU,GAAG,CAAC,MAAsB,EAAE,SAAoB,EAAQ,EAAE;QAC7E,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;QAC5C,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;QAC/C,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC/C,CAAC,CAAC;AACN,CAAC,EA5BgB,SAAS,yBAAT,SAAS,QA4BzB","sourcesContent":["import { BinaryReadable } from '../../../byte/binary-readable.interface';\r\nimport { BinaryWritable } from '../../../byte/binary-writable.interface';\r\nimport { vec3 } from './vec3';\r\nimport { vec4 } from './vec4';\r\n\r\n\r\nexport type Transform = {\r\n rotation: vec4;\r\n translation: vec3;\r\n scale3d: vec3;\r\n};\r\n\r\nexport namespace Transform {\r\n export const ParseF = (reader: BinaryReadable): Transform => {\r\n return {\r\n rotation: vec4.ParseF(reader),\r\n translation: vec3.ParseF(reader),\r\n scale3d: vec3.ParseF(reader),\r\n };\r\n };\r\n\r\n export const Parse = (reader: BinaryReadable): Transform => {\r\n return {\r\n rotation: vec4.Parse(reader),\r\n translation: vec3.Parse(reader),\r\n scale3d: vec3.Parse(reader),\r\n };\r\n };\r\n\r\n export const Serialize = (writer: BinaryWritable, transform: Transform): void => {\r\n vec4.Serialize(writer, transform.rotation);\r\n vec3.Serialize(writer, transform.translation);\r\n vec3.Serialize(writer, transform.scale3d);\r\n };\r\n\r\n export const SerializeF = (writer: BinaryWritable, transform: Transform): void => {\r\n vec4.SerializeF(writer, transform.rotation);\r\n vec3.SerializeF(writer, transform.translation);\r\n vec3.SerializeF(writer, transform.scale3d);\r\n };\r\n}\r\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BinaryReadable } from '../../../byte/binary-readable.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { BinaryWritable } from '../../../byte/binary-writable.interface';
|
|
3
3
|
export type col4 = {
|
|
4
4
|
r: number;
|
|
5
5
|
g: number;
|
|
@@ -7,9 +7,9 @@ export type col4 = {
|
|
|
7
7
|
a: number;
|
|
8
8
|
};
|
|
9
9
|
export declare namespace col4 {
|
|
10
|
-
const SerializeRGBA: (writer:
|
|
10
|
+
const SerializeRGBA: (writer: BinaryWritable, value: col4) => void;
|
|
11
11
|
const ParseRGBA: (reader: BinaryReadable) => col4;
|
|
12
|
-
const SerializeBGRA: (writer:
|
|
12
|
+
const SerializeBGRA: (writer: BinaryWritable, value: col4) => void;
|
|
13
13
|
const ParseBGRA: (reader: BinaryReadable) => col4;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=col4.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"col4.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/col4.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"col4.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/col4.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AAGzE,MAAM,MAAM,IAAI,GAAG;IACf,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,yBAAiB,IAAI,CAAC;IACX,MAAM,aAAa,WAAY,cAAc,SAAS,IAAI,KAAG,IAKnE,CAAC;IAEK,MAAM,SAAS,WAAY,cAAc,KAAG,IAOlD,CAAC;IAEK,MAAM,aAAa,WAAY,cAAc,SAAS,IAAI,KAAG,IAKnE,CAAC;IAEK,MAAM,SAAS,WAAY,cAAc,KAAG,IAOlD,CAAC;CACL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"col4.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/col4.ts"],"names":[],"mappings":";;;AAWA,IAAiB,IAAI,CAgCpB;AAhCD,WAAiB,IAAI;IACJ,kBAAa,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"col4.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/col4.ts"],"names":[],"mappings":";;;AAWA,IAAiB,IAAI,CAgCpB;AAhCD,WAAiB,IAAI;IACJ,kBAAa,GAAG,CAAC,MAAsB,EAAE,KAAW,EAAQ,EAAE;QACvE,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC7B,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC7B,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC7B,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACjC,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,MAAsB,EAAQ,EAAE;QACtD,OAAO;YACH,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;YACvB,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;YACvB,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;YACvB,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;SAC1B,CAAC;IACN,CAAC,CAAC;IAEW,kBAAa,GAAG,CAAC,MAAsB,EAAE,KAAW,EAAQ,EAAE;QACvE,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC1B,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC1B,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC1B,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IAC9B,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,MAAsB,EAAQ,EAAE;QACtD,OAAO;YACH,CAAC,EAAE,MAAM,CAAC,QAAQ,EAAE;YACpB,CAAC,EAAE,MAAM,CAAC,QAAQ,EAAE;YACpB,CAAC,EAAE,MAAM,CAAC,QAAQ,EAAE;YACpB,CAAC,EAAE,MAAM,CAAC,QAAQ,EAAE;SACvB,CAAC;IACN,CAAC,CAAC;AACN,CAAC,EAhCgB,IAAI,oBAAJ,IAAI,QAgCpB","sourcesContent":["import { BinaryReadable } from '../../../byte/binary-readable.interface';\r\nimport { BinaryWritable } from '../../../byte/binary-writable.interface';\r\n\r\n\r\nexport type col4 = {\r\n r: number;\r\n g: number;\r\n b: number;\r\n a: number;\r\n};\r\n\r\nexport namespace col4 {\r\n export const SerializeRGBA = (writer: BinaryWritable, value: col4): void => {\r\n writer.writeFloat32(value.r);\r\n writer.writeFloat32(value.g);\r\n writer.writeFloat32(value.b);\r\n writer.writeFloat32(value.a);\r\n };\r\n\r\n export const ParseRGBA = (reader: BinaryReadable): col4 => {\r\n return {\r\n r: reader.readFloat32(),\r\n g: reader.readFloat32(),\r\n b: reader.readFloat32(),\r\n a: reader.readFloat32(),\r\n };\r\n };\r\n\r\n export const SerializeBGRA = (writer: BinaryWritable, value: col4): void => {\r\n writer.writeByte(value.b);\r\n writer.writeByte(value.g);\r\n writer.writeByte(value.r);\r\n writer.writeByte(value.a);\r\n };\r\n\r\n export const ParseBGRA = (reader: BinaryReadable): col4 => {\r\n return {\r\n b: reader.readByte(),\r\n g: reader.readByte(),\r\n r: reader.readByte(),\r\n a: reader.readByte(),\r\n };\r\n };\r\n}\r\n"]}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BinaryReadable } from '../../../../../byte/binary-readable.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { BinaryWritable } from '../../../../../byte/binary-writable.interface';
|
|
3
3
|
export type FICFrameRange = {
|
|
4
4
|
begin: string;
|
|
5
5
|
end: string;
|
|
6
6
|
};
|
|
7
7
|
export declare namespace FICFrameRange {
|
|
8
8
|
const Parse: (reader: BinaryReadable) => FICFrameRange;
|
|
9
|
-
const Serialize: (writer:
|
|
9
|
+
const Serialize: (writer: BinaryWritable, value: FICFrameRange) => void;
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=FICFrameRange.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FICFrameRange.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC/E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"FICFrameRange.d.ts","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAE/E,MAAM,MAAM,aAAa,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,yBAAiB,aAAa,CAAC;IAEpB,MAAM,KAAK,WAAY,cAAc,KAAG,aAK9C,CAAC;IAEK,MAAM,SAAS,WAAY,cAAc,SAAS,aAAa,KAAG,IAGxE,CAAC;CACL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FICFrameRange.js","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange.ts"],"names":[],"mappings":";;;AAQA,IAAiB,aAAa,CAa7B;AAbD,WAAiB,aAAa;IAEb,mBAAK,GAAG,CAAC,MAAsB,EAAiB,EAAE;QAC3D,OAAO;YACH,KAAK,EAAE,MAAM,CAAC,SAAS,EAAE,CAAC,QAAQ,EAAE;YACpC,GAAG,EAAE,MAAM,CAAC,SAAS,EAAE,CAAC,QAAQ,EAAE;SACrC,CAAC;IACN,CAAC,CAAC;IAEW,uBAAS,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"FICFrameRange.js","sourceRoot":"","sources":["../../../../../../../src/parser/satisfactory/types/structs/mods/FicsItCam/FICFrameRange.ts"],"names":[],"mappings":";;;AAQA,IAAiB,aAAa,CAa7B;AAbD,WAAiB,aAAa;IAEb,mBAAK,GAAG,CAAC,MAAsB,EAAiB,EAAE;QAC3D,OAAO;YACH,KAAK,EAAE,MAAM,CAAC,SAAS,EAAE,CAAC,QAAQ,EAAE;YACpC,GAAG,EAAE,MAAM,CAAC,SAAS,EAAE,CAAC,QAAQ,EAAE;SACrC,CAAC;IACN,CAAC,CAAC;IAEW,uBAAS,GAAG,CAAC,MAAsB,EAAE,KAAoB,EAAQ,EAAE;QAC5E,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;QACvC,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC;IACzC,CAAC,CAAC;AACN,CAAC,EAbgB,aAAa,6BAAb,aAAa,QAa7B","sourcesContent":["import { BinaryReadable } from '../../../../../byte/binary-readable.interface';\r\nimport { BinaryWritable } from '../../../../../byte/binary-writable.interface';\r\n\r\nexport type FICFrameRange = {\r\n begin: string;\r\n end: string;\r\n};\r\n\r\nexport namespace FICFrameRange {\r\n\r\n export const Parse = (reader: BinaryReadable): FICFrameRange => {\r\n return {\r\n begin: reader.readInt64().toString(),\r\n end: reader.readInt64().toString(),\r\n };\r\n };\r\n\r\n export const Serialize = (writer: BinaryWritable, value: FICFrameRange): void => {\r\n writer.writeInt64(BigInt(value.begin));\r\n writer.writeInt64(BigInt(value.end));\r\n };\r\n}\r\n"]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { BinaryReadable } from '../../../byte/binary-readable.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { BinaryWritable } from '../../../byte/binary-writable.interface';
|
|
3
3
|
export type vec2 = {
|
|
4
4
|
x: number;
|
|
5
5
|
y: number;
|
|
6
6
|
};
|
|
7
7
|
export declare namespace vec2 {
|
|
8
8
|
const Parse: (reader: BinaryReadable) => vec2;
|
|
9
|
-
const Serialize: (writer:
|
|
9
|
+
const Serialize: (writer: BinaryWritable, vec: vec2) => void;
|
|
10
10
|
const ParseF: (reader: BinaryReadable) => vec2;
|
|
11
|
-
const SerializeF: (writer:
|
|
11
|
+
const SerializeF: (writer: BinaryWritable, vec: vec2) => void;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=vec2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec2.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"vec2.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AAGzE,MAAM,MAAM,IAAI,GAAG;IACf,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,yBAAiB,IAAI,CAAC;IAEX,MAAM,KAAK,WAAY,cAAc,KAAG,IAK9C,CAAC;IAEK,MAAM,SAAS,WAAY,cAAc,OAAO,IAAI,KAAG,IAG7D,CAAC;IAEK,MAAM,MAAM,WAAY,cAAc,KAAG,IAK/C,CAAC;IAEK,MAAM,UAAU,WAAY,cAAc,OAAO,IAAI,KAAG,IAG9D,CAAC;CACL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec2.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec2.ts"],"names":[],"mappings":";;;AASA,IAAiB,IAAI,CAyBpB;AAzBD,WAAiB,IAAI;IAEJ,UAAK,GAAG,CAAC,MAAsB,EAAQ,EAAE;QAClD,OAAO;YACH,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;YACtB,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;SACzB,CAAC;IACN,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"vec2.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec2.ts"],"names":[],"mappings":";;;AASA,IAAiB,IAAI,CAyBpB;AAzBD,WAAiB,IAAI;IAEJ,UAAK,GAAG,CAAC,MAAsB,EAAQ,EAAE;QAClD,OAAO;YACH,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;YACtB,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;SACzB,CAAC;IACN,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,MAAsB,EAAE,GAAS,EAAQ,EAAE;QACjE,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC1B,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC9B,CAAC,CAAC;IAEW,WAAM,GAAG,CAAC,MAAsB,EAAQ,EAAE;QACnD,OAAO;YACH,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;YACvB,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;SAC1B,CAAC;IACN,CAAC,CAAC;IAEW,eAAU,GAAG,CAAC,MAAsB,EAAE,GAAS,EAAQ,EAAE;QAClE,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC3B,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC;AACN,CAAC,EAzBgB,IAAI,oBAAJ,IAAI,QAyBpB","sourcesContent":["import { BinaryReadable } from '../../../byte/binary-readable.interface';\r\nimport { BinaryWritable } from '../../../byte/binary-writable.interface';\r\n\r\n\r\nexport type vec2 = {\r\n x: number;\r\n y: number;\r\n};\r\n\r\nexport namespace vec2 {\r\n\r\n export const Parse = (reader: BinaryReadable): vec2 => {\r\n return {\r\n x: reader.readDouble(),\r\n y: reader.readDouble(),\r\n };\r\n };\r\n\r\n export const Serialize = (writer: BinaryWritable, vec: vec2): void => {\r\n writer.writeDouble(vec.x);\r\n writer.writeDouble(vec.y);\r\n };\r\n\r\n export const ParseF = (reader: BinaryReadable): vec2 => {\r\n return {\r\n x: reader.readFloat32(),\r\n y: reader.readFloat32(),\r\n };\r\n };\r\n\r\n export const SerializeF = (writer: BinaryWritable, vec: vec2): void => {\r\n writer.writeFloat32(vec.x);\r\n writer.writeFloat32(vec.y);\r\n };\r\n}\r\n"]}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { BinaryReadable } from '../../../byte/binary-readable.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { BinaryWritable } from '../../../byte/binary-writable.interface';
|
|
3
3
|
import { vec2 } from './vec2';
|
|
4
4
|
export type vec3 = vec2 & {
|
|
5
5
|
z: number;
|
|
6
6
|
};
|
|
7
7
|
export declare namespace vec3 {
|
|
8
8
|
const Parse: (reader: BinaryReadable) => vec3;
|
|
9
|
-
const Serialize: (writer:
|
|
9
|
+
const Serialize: (writer: BinaryWritable, vec: vec3) => void;
|
|
10
10
|
const ParseInt: (reader: BinaryReadable) => vec3;
|
|
11
|
-
const SerializeInt: (writer:
|
|
11
|
+
const SerializeInt: (writer: BinaryWritable, vec: vec3) => void;
|
|
12
12
|
const ParseF: (reader: BinaryReadable) => vec3;
|
|
13
|
-
const SerializeF: (writer:
|
|
13
|
+
const SerializeF: (writer: BinaryWritable, vec: vec3) => void;
|
|
14
14
|
const sub: (other: vec3, vec: vec3) => vec3;
|
|
15
15
|
const add: (vec: vec3, other: vec3) => vec3;
|
|
16
16
|
const length: (vec: vec3) => number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec3.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"vec3.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG;IACtB,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,yBAAiB,IAAI,CAAC;IACX,MAAM,KAAK,WAAY,cAAc,KAAG,IAK9C,CAAC;IAEK,MAAM,SAAS,WAAY,cAAc,OAAO,IAAI,KAAG,IAG7D,CAAC;IAEK,MAAM,QAAQ,WAAY,cAAc,KAAG,IAMjD,CAAC;IAEK,MAAM,YAAY,WAAY,cAAc,OAAO,IAAI,KAAG,IAIhE,CAAC;IAEK,MAAM,MAAM,WAAY,cAAc,KAAG,IAK/C,CAAC;IAEK,MAAM,UAAU,WAAY,cAAc,OAAO,IAAI,KAAG,IAG9D,CAAC;IAGK,MAAM,GAAG,UAAW,IAAI,OAAO,IAAI,KAAG,IAAwE,CAAC;IAC/G,MAAM,GAAG,QAAS,IAAI,SAAS,IAAI,KAAG,IAAwE,CAAC;IAC/G,MAAM,MAAM,QAAS,IAAI,KAAG,MAAyD,CAAC;IACtF,MAAM,IAAI,QAAS,IAAI,SAAS,MAAM,KAAG,IAAkE,CAAC;IAC5G,MAAM,IAAI,QAAS,IAAI,KAAG,IAAmC,CAAC;CAExE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec3.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;AAO9B,IAAiB,IAAI,CA8CpB;AA9CD,WAAiB,IAAI;IACJ,UAAK,GAAG,CAAC,MAAsB,EAAQ,EAAE;QAClD,OAAO;YACH,GAAG,CAAC,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YACvB,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;SACzB,CAAC;IACN,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"vec3.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec3.ts"],"names":[],"mappings":"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","sourcesContent":["import { BinaryReadable } from '../../../byte/binary-readable.interface';\r\nimport { BinaryWritable } from '../../../byte/binary-writable.interface';\r\nimport { vec2 } from './vec2';\r\n\r\n\r\nexport type vec3 = vec2 & {\r\n z: number;\r\n};\r\n\r\nexport namespace vec3 {\r\n export const Parse = (reader: BinaryReadable): vec3 => {\r\n return {\r\n ...(vec2.Parse(reader)),\r\n z: reader.readDouble()\r\n };\r\n };\r\n\r\n export const Serialize = (writer: BinaryWritable, vec: vec3): void => {\r\n vec2.Serialize(writer, vec as vec2);\r\n writer.writeDouble(vec.z);\r\n };\r\n\r\n export const ParseInt = (reader: BinaryReadable): vec3 => {\r\n return {\r\n x: reader.readInt32(),\r\n y: reader.readInt32(),\r\n z: reader.readInt32()\r\n };\r\n };\r\n\r\n export const SerializeInt = (writer: BinaryWritable, vec: vec3): void => {\r\n writer.writeInt32(vec.x);\r\n writer.writeInt32(vec.y);\r\n writer.writeInt32(vec.z);\r\n };\r\n\r\n export const ParseF = (reader: BinaryReadable): vec3 => {\r\n return {\r\n ...(vec2.ParseF(reader)),\r\n z: reader.readFloat32()\r\n };\r\n };\r\n\r\n export const SerializeF = (writer: BinaryWritable, vec: vec3): void => {\r\n vec2.SerializeF(writer, vec as vec2);\r\n writer.writeFloat32(vec.z);\r\n };\r\n\r\n\r\n export const sub = (other: vec3, vec: vec3): vec3 => ({ x: other.x - vec.x, y: other.y - vec.y, z: other.z - vec.z });\r\n export const add = (vec: vec3, other: vec3): vec3 => ({ x: vec.x + other.x, y: vec.y + other.y, z: vec.z + other.z });\r\n export const length = (vec: vec3): number => Math.sqrt(vec.x ** 2 + vec.y ** 2 + vec.z ** 2);\r\n export const mult = (vec: vec3, scale: number): vec3 => ({ x: vec.x * scale, y: vec.y * scale, z: vec.z * scale });\r\n export const norm = (vec: vec3): vec3 => mult(vec, 1. / length(vec));\r\n\r\n}\r\n"]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { BinaryReadable } from '../../../byte/binary-readable.interface';
|
|
2
|
-
import {
|
|
2
|
+
import { BinaryWritable } from '../../../byte/binary-writable.interface';
|
|
3
3
|
import { vec3 } from './vec3';
|
|
4
4
|
export type vec4 = vec3 & {
|
|
5
5
|
w: number;
|
|
6
6
|
};
|
|
7
7
|
export declare namespace vec4 {
|
|
8
8
|
const Parse: (reader: BinaryReadable) => vec4;
|
|
9
|
-
const Serialize: (writer:
|
|
9
|
+
const Serialize: (writer: BinaryWritable, vec: vec4) => void;
|
|
10
10
|
const ParseF: (reader: BinaryReadable) => vec4;
|
|
11
|
-
const SerializeF: (writer:
|
|
11
|
+
const SerializeF: (writer: BinaryWritable, vec: vec4) => void;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=vec4.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec4.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"vec4.d.ts","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,MAAM,IAAI,GAAG,IAAI,GAAG;IACtB,CAAC,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,yBAAiB,IAAI,CAAC;IACX,MAAM,KAAK,WAAY,cAAc,KAAG,IAK9C,CAAC;IAEK,MAAM,SAAS,WAAY,cAAc,OAAO,IAAI,KAAG,IAG7D,CAAC;IAEK,MAAM,MAAM,WAAY,cAAc,KAAG,IAK/C,CAAC;IAEK,MAAM,UAAU,WAAY,cAAc,OAAO,IAAI,KAAG,IAG9D,CAAC;CACL"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vec4.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;AAO9B,IAAiB,IAAI,CAwBpB;AAxBD,WAAiB,IAAI;IACJ,UAAK,GAAG,CAAC,MAAsB,EAAQ,EAAE;QAClD,OAAO;YACH,GAAG,CAAC,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YACvB,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;SACzB,CAAC;IACN,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"vec4.js","sourceRoot":"","sources":["../../../../../src/parser/satisfactory/types/structs/vec4.ts"],"names":[],"mappings":";;;AAEA,iCAA8B;AAO9B,IAAiB,IAAI,CAwBpB;AAxBD,WAAiB,IAAI;IACJ,UAAK,GAAG,CAAC,MAAsB,EAAQ,EAAE;QAClD,OAAO;YACH,GAAG,CAAC,WAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YACvB,CAAC,EAAE,MAAM,CAAC,UAAU,EAAE;SACzB,CAAC;IACN,CAAC,CAAC;IAEW,cAAS,GAAG,CAAC,MAAsB,EAAE,GAAS,EAAQ,EAAE;QACjE,WAAI,CAAC,SAAS,CAAC,MAAM,EAAE,GAAW,CAAC,CAAC;QACpC,MAAM,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC9B,CAAC,CAAC;IAEW,WAAM,GAAG,CAAC,MAAsB,EAAQ,EAAE;QACnD,OAAO;YACH,GAAG,CAAC,WAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YACxB,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE;SAC1B,CAAC;IACN,CAAC,CAAC;IAEW,eAAU,GAAG,CAAC,MAAsB,EAAE,GAAS,EAAQ,EAAE;QAClE,WAAI,CAAC,UAAU,CAAC,MAAM,EAAE,GAAW,CAAC,CAAC;QACrC,MAAM,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC;AACN,CAAC,EAxBgB,IAAI,oBAAJ,IAAI,QAwBpB","sourcesContent":["import { BinaryReadable } from '../../../byte/binary-readable.interface';\r\nimport { BinaryWritable } from '../../../byte/binary-writable.interface';\r\nimport { vec3 } from './vec3';\r\n\r\n\r\nexport type vec4 = vec3 & {\r\n w: number;\r\n};\r\n\r\nexport namespace vec4 {\r\n export const Parse = (reader: BinaryReadable): vec4 => {\r\n return {\r\n ...(vec3.Parse(reader)),\r\n w: reader.readDouble()\r\n };\r\n };\r\n\r\n export const Serialize = (writer: BinaryWritable, vec: vec4): void => {\r\n vec3.Serialize(writer, vec as vec3);\r\n writer.writeDouble(vec.w);\r\n };\r\n\r\n export const ParseF = (reader: BinaryReadable): vec4 => {\r\n return {\r\n ...(vec3.ParseF(reader)),\r\n w: reader.readFloat32()\r\n };\r\n };\r\n\r\n export const SerializeF = (writer: BinaryWritable, vec: vec4): void => {\r\n vec3.SerializeF(writer, vec as vec3);\r\n writer.writeFloat32(vec.w);\r\n };\r\n}\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "data:application/octet-stream;base64,
|
|
1
|
+
window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAACrWbb3PbuBGHv4te55qL5eRyeWfLcqLWdjSSnDZz08nAFGSjR4EaEPRF1+l374CkJQDE/qGYeynub58FlgAIcqHf/juy8rsdfRhdVipfi4dcLquHcl9auV3uZKZEPjfFThqrZDl6NdoJ+zT6MNoW6yqX5WuG09+e7DYfvRr9rvR69OH81Sh7UvnaSD368Nsh+FyYUh7xm0pnVhWaF6B2DsO8O//fqwN8KY0Sufrz5AAHQCfIv70wE2WySllG1iDlsFSB1EH5Aam8pGRFft5NgLvK7+zlx8VFqmk15aBAOlhrFh8vCYpTcNKEtidQcWhouwIVPvoK/Sz3hZk8CaUvMlsYzkCknQaOSUaAYcOTEYA5fVtSj7T9Rcn6i1J0amKu9lpsVba0psps673/IvJKdjMDa1mpMVKsU11AsM4FycwfRtlkVhBk7YOmZLrd2T1joKR1w0YJwBw0RAAmb3xczybXRmzlQujHxJAIzMO6HqIG9ThE8Tr68X521e2fuzpocNeAU4dx7UwPWCeb6U2Rbr6zDO5CDRnSjRpAd+VGPsu824/6MqsTCynWF3n++eE/MrOTQlupbZlqVINMypE+BvpPUqyl4dJbNQGPEpAiJpLRwdz1ScBdr+7f9ej8Hbfrhzna497BPr0CkR0BXThhiPsZ6tCpcXv19pMon7qTozUMmuMvjFOn+Is/PcObDC7kRhqps8QjJRIM6lbMOrV7MYfbzfJGlZx3Rkw97KmKkgc9ZFEy75k7z8VecvbkgHBYaiDooKxAUGZCij+kuVFacnICagemBeYOywzMZSbn4ODGXCIhgZ2fhJDmNTjkHbTUt4il0o+5fHnr4JJDL9ajhdfuQM/h9m4/4InezGWxseSjICEa9DhI8U59JKRY9GOhHftXptDyoiZhUxxTD5vkKHnQNEfJvInOWPxOW/MunoXK68/Bsftqv/PDWPczEYQAhI04+/nXX968PYuXh0kuyrL236gM6WonpfEdwkGc+/cjmsKEoTd8ZYQuN4XZdm/0wTRsvB8x1OCu7dcMxvWpM+TIgadDAkW06ahDU/0ss7Nult3VYQmuCafn9uh+clprxPCMhhgymeNkMsesZIp18ilV+4s19lTKpX60T6BzY0b8t1We3DrU3s6I+Opgnka+ujNTuwMAdB40fMb08KkFMw33/EUwYAiOf8wQHGNDMMHBeuWLEFZZPYCIsnqgJkKiEOiuDl5VzocNi/Phq8r5j7ml59xV5Yt8Ullii9FNMKQclnSQOmhfCFJ5e8KLh9IakdlLUSZeTTK395Dl65QqxL45e5+g0kQWzRixR1C+GeNcilJlMCcwo5y8kjujtPsuulGPi/qrZYKXkvXg/tO99dDcRsbiki3t0UaydYx2FUWO3A7PilL2Fhm5vhWjTIrtzsiyVIW+UQ9GmP3UmCLRP0CIs42pdnYpniUIDRUY7aqoHlKfEV5YoR0jTXW1hTm+FaNc54VAJnpgxjgzbcdnMCcwE5x35yjnaCY471HMew7lVuxgiGfEGM3nEBgT2jFS/aRJjL/mOu0JDF/PiDHc6lK/5FsjxRZqS0qFUZfCqnIj3CmWvZtAXWKswGnP0k3xQkt/63dEeWaKM9VWpe7X0UYRoAX7aKMITRb/XhZ6aY3Sj2qjIGBSyuNDD4NYQdEwDoMgkUniGVGGNQjjaCQYFTZfQztGWsnvCMe3ohS1lUVlgcnrWzHKvcIX6NBOkbAlOrRTJGSRDswoR6vtLpdbqa1cA3nqanBiWe12hbFy/UUat1sAsUkhaw92pCltpdmIzN+ARV9N376Dt5o4qNFguNtifSWsSGJaG+buL9C3xfpWWrGGcICWi3cryadoVQXoRykO954IKLmjo7DNM4Jg+iIMGLwlNStQfXDvWsl83flEj6up7/H1m9RtlVu1q5/j8BHIJhqlZ8XjxjmF/zIT4nvRYkMzSSu+c9qaVJHsPv9HaAPRLj+9Ycd19ZqZLq0ICo9RJF9Ekr0XuHSiYgFFpP9y0IAhHZ2NSa6ktrO1rOdmeISwZXcUFDP8T0BDcdcYrelzyL1tHu3SM+5SPronZ7/IkBM38owz/lExNxI7ygl55Bwlb4LASjoKdTq7iZBW0XTguHMDDYw9WYysUHoq3sfp3XQxm3y7vZh/+8f067fV1/k0jpHS9OF+ubi5n5Lko4rLXq4W95PVt/ni83y6WH1tCFCIpJiMFJzvboH3syv6PnaPVx+93XWaMNPPUrutWj136ZFA6al40aHTBlpfpNvq7l+bYDdA5ovP//oao1IakhsfX21RzWW6XeBhoYYTmbk86oCmD09r6UjkKccmCCBj8BmHBtsQoJIR5aC9FbsO2DdSpIVQuSnEemVE9vu8KJUrEDFmBdePjF9Uj0/ulaR9j+3EiewUDz3K1p4k6krojHdPUgEHlDxFfyY8WjAt3Xr/o0/ydnYEJLF7SqglvRjoVoXHXxp3d43lOU54jlmenR2xu0Z70pXghgbpGLupq9nqSHsWRrn3nvK1ux76jn03VQK1zmO9N5IgZWNVpgtsPgsussWoPi+WQYS+f3aPAyfLe0EEsMQXoegXPx/L+795HKLPu1YQre+fioHAPcP1CwKVHn0yVn6McNQrh4/l/Ck0xifLmwEULHFGKKDG6bOQOmcEAwqdPgwpdnZhqU/pEQz6mt6FJb6mRyzgg3qEStY9fRJY+4xAUPHTZ2EF0CSO2p524Zz/EEWhyP2pH4X1T5w4AGODGsRg/rMlCgOURH0yUhZNwOK6aExK1UZjTKrUF3Cgcl8MYm3cAjL7zwNxqFRpMSBD5cUuKFlfjFhgjTHCpYuMPgwuNEYoqEbow7A6YYxjrG73/OUNqBbGjeMtcPQe0ufyThS6s3n/Bx/9USxcSAAA"
|