mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 05:49:08 +00:00
临时提交
This commit is contained in:
20
JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs
Normal file
20
JNFrame2/Assets/HybridCLRGenerate/AOTGenericReferences.cs
Normal 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()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user