Skip to content

Commit

Permalink
delete old stuff and fix component missing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed Nov 1, 2023
1 parent 8b14e5a commit 5e115cb
Show file tree
Hide file tree
Showing 37 changed files with 87 additions and 841 deletions.
8 changes: 8 additions & 0 deletions SCHIZO/Interop/Subnautica/_CaveCrawlerGravity.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace SCHIZO.Interop.Subnautica;

partial class _CaveCrawlerGravity :
#if SUBNAUTICA
CaveCrawlerGravity;
#else
UnityEngine.MonoBehaviour;
#endif
8 changes: 8 additions & 0 deletions SCHIZO/Interop/Subnautica/_LandCreatureGravity.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
namespace SCHIZO.Interop.Subnautica;

partial class _LandCreatureGravity :
#if BELOWZERO
LandCreatureGravity;
#else
UnityEngine.MonoBehaviour;
#endif
13 changes: 0 additions & 13 deletions SCHIZO/SCHIZO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@
</Compile>
<Compile Remove="$(SolutionDir)/Unity/Assets/Scripts/SCHIZO/**/*.Unity.cs" />

<Compile Remove="$(SolutionDir)/Unity/Assets/Scripts/SCHIZO/_old/**/*.cs" />
<Compile Remove="$(SolutionDir)/Unity/Assets/Scripts/SCHIZO/Materials/**/*.cs" />

<Folder Include="Attributes" />
<Folder Include="Attributes/Typing" />
<Folder Include="Attributes/Validation" />
<Folder Include="Attributes/Visual" />
<Folder Include="Utilities" />
<Folder Include="_old\Sounds\Patches\" />
</ItemGroup>

<ItemGroup>
Expand All @@ -58,15 +54,6 @@
</Compile>
</ItemGroup>

<!-- <Target Name="EmbedNuGetDlls" AfterTargets="ResolveReferences">
<ItemGroup>
<EmbeddedResource Include="@(ReferencePath)" Condition="$([System.String]::new('%(FullPath)').StartsWith($(NuGetPackageRoot)))">
<LinkBase>Resources/Packages</LinkBase>
<LogicalName>%(FileName)%(Extension)</LogicalName>
</EmbeddedResource>
</ItemGroup>
</Target>-->

<ItemGroup>
<Compile Remove="_old/**" />
<None Include="_old/**" />
Expand Down
39 changes: 0 additions & 39 deletions SCHIZO/_old/Events/CustomEvent.cs

This file was deleted.

96 changes: 0 additions & 96 deletions SCHIZO/_old/Events/CustomEventManager.cs

This file was deleted.

25 changes: 0 additions & 25 deletions SCHIZO/_old/Events/CustomEventsLoader.cs

This file was deleted.

Loading

0 comments on commit 5e115cb

Please sign in to comment.