AOTGenericReferences.cs 172 B

12345678910111213
  1. public class AOTGenericReferences : UnityEngine.MonoBehaviour
  2. {
  3. // {{ constraint implement type
  4. // }}
  5. // {{ AOT generic type
  6. // }}
  7. public void RefMethods()
  8. {
  9. }
  10. }