Skip to content

Commit

Permalink
Added UseCooldown field to scraps. (Fix noisemaker spam issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolographicWings committed Feb 18, 2024
1 parent ddadddb commit 49bc034
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ Tutorial video :
</details>

## Changes :
- 1.3.41
- Added UseCooldown field to scraps. (Fix noisemaker spam issue)
- 1.3.38
- Fixed asset names.
- Removed OldSeaPort useless assets.
Expand Down
4 changes: 2 additions & 2 deletions Build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "LethalSDK",
"version_number": "1.3.38",
"version_number": "1.3.41",
"website_url": "https://github.com/HolographicWings/LethalSDK-Unity-Project",
"description": "Lethal Company Development Kit to easily add new Scraps, Moons and more in future.",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100",
"HolographicWings-LethalExpansion-1.3.38"
"HolographicWings-LethalExpansion-1.3.41"
]
}
2 changes: 2 additions & 0 deletions BuildPreview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ Tutorial video :
</details>

## Changes :
- 1.3.41
- Added UseCooldown field to scraps. (Fix noisemaker spam issue)
- 1.3.38
- Fixed asset names.
- Removed OldSeaPort useless assets.
Expand Down
4 changes: 2 additions & 2 deletions BuildPreview/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "LethalSDK_Preview",
"version_number": "1.3.38",
"version_number": "1.3.41",
"website_url": "https://github.com/HolographicWings/LethalSDK-Unity-Project",
"description": "Preview version of LethalSDK.",
"dependencies": [
"BepInEx-BepInExPack-5.4.2100",
"HolographicWings-LethalExpansion-1.3.38"
"HolographicWings-LethalExpansion-1.3.41"
]
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Changes :
- 1.3.41
- Added UseCooldown field to scraps. (Fix noisemaker spam issue)
- 1.3.38
- Fixed asset names.
- Removed OldSeaPort useless assets.
Expand Down
Binary file modified LethalSDK_Project/Assets/Plugins/LethalSDK.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion LethalSDK_Project/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 1.3.38
bundleVersion: 1.3.41
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ Tutorial video :
</details>

## Changes :
- 1.3.41
- Added UseCooldown field to scraps. (Fix noisemaker spam issue)
- 1.3.38
- Fixed asset names.
- Removed OldSeaPort useless assets.
Expand Down

0 comments on commit 49bc034

Please sign in to comment.