Files
Il2CppInspectorRedux/Il2CppInspector.Redux.FrontendCore/Outputs/CSharpLayout.cs

10 lines
151 B
C#

namespace Il2CppInspector.Redux.FrontendCore.Outputs;
public enum CSharpLayout
{
SingleFile,
Namespace,
Assembly,
Class,
Tree
}