10 lines
151 B
C#
10 lines
151 B
C#
namespace Il2CppInspector.Redux.FrontendCore.Outputs;
|
|
|
|
public enum CSharpLayout
|
|
{
|
|
SingleFile,
|
|
Namespace,
|
|
Assembly,
|
|
Class,
|
|
Tree
|
|
} |