Set nullable on GetTargetMethod
This commit is contained in:
@@ -62,7 +62,7 @@ public abstract class AbstractPatch
|
||||
/// Get original method
|
||||
/// </summary>
|
||||
/// <returns>Method</returns>
|
||||
protected abstract MethodBase GetTargetMethod();
|
||||
protected abstract MethodBase? GetTargetMethod();
|
||||
|
||||
/// <summary>
|
||||
/// Get HarmonyMethod from string
|
||||
|
||||
Reference in New Issue
Block a user