summaryrefslogtreecommitdiff
path: root/Thronefall_1_57/Decompile/NGS.MeshFusionPro/CombineErrorStrategy.cs
blob: 89cfbe3ffe15c670e75ac3a6ebfd2e27a9062712 (plain)
1
2
3
4
5
6
7
namespace NGS.MeshFusionPro;

public enum CombineErrorStrategy
{
	UndoCombining,
	Ignore
}