fix brace

This commit is contained in:
Mister_Nebula 2021-07-07 08:59:19 +01:00
parent 1df05b70db
commit cf30b952e4

View File

@ -115,7 +115,6 @@ namespace QSB.Utility
multiDelegate.GetInvocationList().ToList().ForEach(dl => dl.DynamicInvoke(args));
}
}
public static void CallBase<ThisType, BaseType>(this ThisType obj, string methodName)
where ThisType : BaseType