Model: Allow Name to be changed by plugins

This commit is contained in:
Katy Coe
2020-12-21 19:02:03 +01:00
parent 2a5e0c3e10
commit b1d61f81f0
2 changed files with 1 additions and 3 deletions

View File

@@ -29,8 +29,6 @@ namespace Il2CppInspector.Reflection {
public bool IsAutoProperty => DeclaringType.DeclaredFields.Any(f => f.Name == $"<{Name}>k__BackingField");
public override string Name { get; protected set; }
public override string CSharpName {
get {
// Explicit interface implementation