diff options
Diffstat (limited to 'Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedMeshFactory.cs')
| -rw-r--r-- | Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedMeshFactory.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedMeshFactory.cs b/Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedMeshFactory.cs new file mode 100644 index 0000000..98d71f7 --- /dev/null +++ b/Thronefall_1_57/Decompile/NGS.MeshFusionPro/ICombinedMeshFactory.cs @@ -0,0 +1,8 @@ +namespace NGS.MeshFusionPro; + +public interface ICombinedMeshFactory +{ + CombinedMesh CreateCombinedMesh(); + + CombinedMesh CreateMovableCombinedMesh(out ICombinedMeshMover mover); +} |
