diff --git a/Net3-Proxy/ExpressionEx.cs b/Net3-Proxy/ExpressionEx.cs index eb2ebaa7..15adb6c8 100644 --- a/Net3-Proxy/ExpressionEx.cs +++ b/Net3-Proxy/ExpressionEx.cs @@ -143,6 +143,9 @@ namespace Net3_Proxy Type lastType = null; var rest = new List>(list.Count); + if (list.Count == 0) + list.Add(info.Param); + for (int i = 0; i < list.Count; i++) { var expr = list[i]; diff --git a/Refs/UnityEngine.CoreModule.Net4.dll b/Refs/UnityEngine.CoreModule.Net4.dll index 137a4620..2fbda569 100644 Binary files a/Refs/UnityEngine.CoreModule.Net4.dll and b/Refs/UnityEngine.CoreModule.Net4.dll differ