Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaPiggy committed Sep 16, 2024
1 parent c5ea6aa commit e3f0025
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Winch/Data/ExtendedSaveData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ internal void ExtractModdedData()
});
}
}

foreach (var key in gridsToRemove)
{
if (baseSaveData.grids.TryGetValue(key, out var grid))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace Winch.Data;
namespace UnityEngine;

public class UnityObjectComparer : IEqualityComparer<UnityEngine.Object>, IComparer<UnityEngine.Object>
{
Expand Down
1 change: 0 additions & 1 deletion Winch/Util/AssetBundleUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using UnityEngine;
using UnityEngine.SceneManagement;
using Winch.Core;
using Winch.Data;

namespace Winch.Util;

Expand Down

0 comments on commit e3f0025

Please sign in to comment.