summaryrefslogtreecommitdiff
path: root/Thronefall_1_0/Thronefall/NGS.MeshFusionPro/IAsyncCombinedMeshMover.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Thronefall_1_0/Thronefall/NGS.MeshFusionPro/IAsyncCombinedMeshMover.cs')
-rw-r--r--Thronefall_1_0/Thronefall/NGS.MeshFusionPro/IAsyncCombinedMeshMover.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Thronefall_1_0/Thronefall/NGS.MeshFusionPro/IAsyncCombinedMeshMover.cs b/Thronefall_1_0/Thronefall/NGS.MeshFusionPro/IAsyncCombinedMeshMover.cs
deleted file mode 100644
index 07f0de8..0000000
--- a/Thronefall_1_0/Thronefall/NGS.MeshFusionPro/IAsyncCombinedMeshMover.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System.Collections.Generic;
-
-namespace NGS.MeshFusionPro;
-
-public interface IAsyncCombinedMeshMover : ICombinedMeshMover
-{
- void MovePartsAsync(IList<PartMoveInfo> moveInfos);
-
- void FinishAsyncMoving();
-}