mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-10 05:19:44 +05:00
10 lines
151 B
C#
10 lines
151 B
C#
namespace Il2CppInspector.Redux.FrontendCore.Outputs;
|
|
|
|
public enum CSharpLayout
|
|
{
|
|
SingleFile,
|
|
Namespace,
|
|
Assembly,
|
|
Class,
|
|
Tree
|
|
} |