Skip to content

Commit

Permalink
Fix rotation module
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 1, 2023
1 parent 4ed0565 commit 0e7c715
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 87 deletions.
3 changes: 3 additions & 0 deletions Source/RealismOverhaul.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
<Publicize Include="Assembly-CSharp" />
<DoNotPublicize Include="Assembly-CSharp:BaseField`1.OnValueModified" />
<DoNotPublicize Include="Assembly-CSharp:SaveUpgradePipeline.UpgradeScript.VersionTest" />
<DoNotPublicize Include="Assembly-CSharp:VesselModule.OnLoad" />
<DoNotPublicize Include="Assembly-CSharp:VesselModule.OnSave" />
<DoNotPublicize Include="Assembly-CSharp:VesselModule.OnAwake" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Loading

0 comments on commit 0e7c715

Please sign in to comment.