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

public enum AfterCombineAction
{
	DisableComponents,
	DestroyGameObject,
	DoNothing
}