summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/NGS.MeshFusionPro/IMeshCombiner.cs
blob: ccd84ceb12840f748276ac2f288d0b9e9d5d2c5d (plain)
1
2
3
4
5
6
7
8
9
using System.Collections.Generic;
using UnityEngine;

namespace NGS.MeshFusionPro;

public interface IMeshCombiner
{
	void Combine(Mesh mesh, IList<MeshCombineInfo> combineInfos);
}