diff options
Diffstat (limited to 'Thronefall_1_57/Decompile/NGS.MeshFusionPro/SimpleToolsLWFactory.cs')
| -rw-r--r-- | Thronefall_1_57/Decompile/NGS.MeshFusionPro/SimpleToolsLWFactory.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/SimpleToolsLWFactory.cs b/Thronefall_1_57/Decompile/NGS.MeshFusionPro/SimpleToolsLWFactory.cs deleted file mode 100644 index cedbde2..0000000 --- a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/SimpleToolsLWFactory.cs +++ /dev/null @@ -1,14 +0,0 @@ -namespace NGS.MeshFusionPro; - -public class SimpleToolsLWFactory : IMeshToolsFactory -{ - public IMeshCombiner CreateMeshCombiner() - { - return new MeshCombinerSimpleLW(); - } - - public IMeshCutter CreateMeshCutter() - { - return new MeshCutterSimpleLW(); - } -} |
