s2cfgtojson 5.1.1 → 5.1.2
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/package.json +1 -1
- package/types.mts +1 -1
package/package.json
CHANGED
package/types.mts
CHANGED
|
@@ -9797,7 +9797,7 @@ export type SpawnActorPrototype = GetStructType<{
|
|
|
9797
9797
|
SignalReceivers: SpawnActorPrototypeSignalReceivers;
|
|
9798
9798
|
SignalSenders: SpawnActorPrototypeSignalSenders;
|
|
9799
9799
|
SimplifiedOverlap: boolean;
|
|
9800
|
-
SpawnedGenericMembers:
|
|
9800
|
+
SpawnedGenericMembers: SpawnActorPrototypeSpawnedGenericMembers;
|
|
9801
9801
|
SpawnedPrototypeSID: string;
|
|
9802
9802
|
SpawnedSquadMembersCount: number;
|
|
9803
9803
|
SpawnInRadius: number;
|