Set nullable on GetTargetMethod

This commit is contained in:
Archangel
2025-09-01 16:14:42 +02:00
parent 136867e500
commit f9ce88d4c3
@@ -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