111
This commit is contained in:
@@ -5,6 +5,7 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour
|
||||
// {{ AOT assemblies
|
||||
public static readonly IReadOnlyList<string> PatchedAOTAssemblyList = new List<string>
|
||||
{
|
||||
"mscorlib.dll",
|
||||
};
|
||||
// }}
|
||||
|
||||
@@ -12,6 +13,8 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour
|
||||
// }}
|
||||
|
||||
// {{ AOT generic types
|
||||
// System.Action<float>
|
||||
// System.Action<object>
|
||||
// }}
|
||||
|
||||
public void RefMethods()
|
||||
|
||||
Reference in New Issue
Block a user