mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-03-22 00:18:18 +05:00
3 lines
149 B
C#
3 lines
149 B
C#
namespace Il2CppInspector.Redux.FrontendCore;
|
|
|
|
public sealed record InspectorSettings(ulong ImageBase = 0, string? NameTranslationMapPath = null); |