summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/NGS.MeshFusionPro/CombineMethod.cs
blob: e30d53e648ec6830c0267e134f95ce6760606ba6 (plain)
1
2
3
4
5
6
namespace NGS.MeshFusionPro;

public enum CombineMethod
{
	Simple
}