Skip to content

Commit

Permalink
remove _old
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexejhero committed May 17, 2024
1 parent 752607d commit 8dc75a3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 77 deletions.
2 changes: 1 addition & 1 deletion SCHIZO/Resources/AssetBundles/Assets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace SCHIZO.Resources;

public static class Assets
{
private const int _rnd = 1089945419;
private const int _rnd = -1924116224;

private static readonly UnityEngine.AssetBundle _a = ResourceManager.GetAssetBundle("assets");

Expand Down
Binary file modified SCHIZO/Resources/AssetBundles/assets
Binary file not shown.
5 changes: 0 additions & 5 deletions SCHIZO/SCHIZO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,4 @@
<DependentUpon>%(FileName)</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<Compile Remove="_old/**" />
<None Include="_old/**" />
</ItemGroup>
</Project>
71 changes: 0 additions & 71 deletions SCHIZO/_old/Creatures/Tutel/TutelBehaviour.cs

This file was deleted.

0 comments on commit 8dc75a3

Please sign in to comment.