mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
20 lines
332 B
C#
20 lines
332 B
C#
|
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()
|
||
|
{
|
||
|
}
|
||
|
}
|