JisolGame/JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs

20 lines
332 B
C#
Raw Normal View History

2024-10-12 20:37:11 +08:00
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()
{
}
}