summaryrefslogtreecommitdiff
path: root/Thronefall_v1.0/Thronefall/NGS.MeshFusionPro/IMovableCombinedMeshFactory.cs
blob: 555d63231c3fc203b7af396d2aafbc6156edd852 (plain)
1
2
3
4
5
6
namespace NGS.MeshFusionPro;

public interface IMovableCombinedMeshFactory
{
	CombinedMesh CreateMovableMesh(out ICombinedMeshMover mover);
}