diff --git a/IPA.Loader/Utilities/ReflectionUtil.cs b/IPA.Loader/Utilities/ReflectionUtil.cs index 593669c3..dcf3c19b 100644 --- a/IPA.Loader/Utilities/ReflectionUtil.cs +++ b/IPA.Loader/Utilities/ReflectionUtil.cs @@ -68,6 +68,7 @@ namespace IPA.Utilities /// /// Invokes a method from on an object. /// + /// the type of the property to get /// the type to search for the method on /// the object instance /// the method's name