Fixes script --> C# function calls not working
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Upsilon.BaseTypes.UserData
|
||||
|
||||
public string Name { get; }
|
||||
private List<UserDataMethodPart> MethodParts { get; }
|
||||
public System.Type ReturnType { get; }
|
||||
|
||||
public UserDataMethod(MethodInfo method)
|
||||
{
|
||||
@@ -41,6 +42,7 @@ namespace Upsilon.BaseTypes.UserData
|
||||
{
|
||||
part
|
||||
};
|
||||
ReturnType = part.Method.ReturnType;
|
||||
}
|
||||
|
||||
public void LoadMethodPart(MethodInfo method)
|
||||
|
||||
Reference in New Issue
Block a user