提交 b507c5cf 编写于 作者: T tanghai

修复MonoInstanceMethod 一个参数忘记复制了

上级 9fd95756
......@@ -23,6 +23,7 @@ namespace Model
public override void Run(object a)
{
this.param[0] = a;
this.methodInfo.Invoke(this.obj, param);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册