临时提交

This commit is contained in:
PC-20230316NUNE\Administrator
2024-10-12 20:37:11 +08:00
parent a16d51d033
commit edafe4a058
118 changed files with 10862 additions and 733 deletions

View File

@@ -0,0 +1,20 @@
using System.Collections.Generic;
public class AOTGenericReferences : UnityEngine.MonoBehaviour
{
// {{ AOT assemblies
public static readonly IReadOnlyList<string> PatchedAOTAssemblyList = new List<string>
{
};
// }}
// {{ constraint implement type
// }}
// {{ AOT generic types
// }}
public void RefMethods()
{
}
}