Comments
This commit is contained in:
@@ -45,5 +45,11 @@ namespace Torch.Managers.PatchManager.MSIL
|
|||||||
Type = null;
|
Type = null;
|
||||||
Name = null;
|
Name = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc/>
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return $"arg{Position:X4}({Type?.Name ?? "unknown"})";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -52,5 +52,11 @@ namespace Torch.Managers.PatchManager.MSIL
|
|||||||
Type = null;
|
Type = null;
|
||||||
Name = null;
|
Name = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc/>
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return $"lcl{Index:X4}({Type?.Name ?? "unknown"})";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user