Skip to content

Commit

Permalink
Update PLib to version 4.17 with side screen handling improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhaneve committed Nov 23, 2024
1 parent 21928d6 commit 0c79bc5
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1 deletion.
Binary file modified Lib/Assembly-CSharp-firstpass.dll
Binary file not shown.
Binary file modified Lib/Assembly-CSharp-firstpass_public.dll
Binary file not shown.
Binary file modified Lib/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Lib/Assembly-CSharp_public.dll
Binary file not shown.
Binary file modified Lib/FMODUnity.dll
Binary file not shown.
Binary file modified Lib/Unity.TextMeshPro.dll
Binary file not shown.
Binary file modified Lib/UnityEngine.UI.dll
Binary file not shown.
Binary file modified Lib/com.rlabrecque.steamworks.net.dll
Binary file not shown.
6 changes: 5 additions & 1 deletion PLib/PLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
<Description>PLib - Peter Han's library used for creating mods for Oxygen Not Included, a simulation game by Klei Entertainment.

Contains methods aimed at improving cross-mod compatibility, in-game user interfaces, and game-wide functions such as Actions and Lighting. An easy-to-use Mod Options menu is also included.</Description>
<PackageReleaseNotes>Update side screen handling code for U53-640445.</PackageReleaseNotes>
<PackageReleaseNotes>
Update side screen handling code for U53-640445.

Add new PPatchManager locations for DetailsScreen.OnPrefabInit and Db.PostProcess.
</PackageReleaseNotes>
<RootNamespace>PeterHan.PLib</RootNamespace>
<AssemblyVersion>$(PLibVersion)</AssemblyVersion>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
Expand Down

0 comments on commit 0c79bc5

Please sign in to comment.