using System.Collections.Generic; public class AOTGenericReferences : UnityEngine.MonoBehaviour { // {{ AOT assemblies public static readonly IReadOnlyList PatchedAOTAssemblyList = new List { "Obfuz.Runtime.dll", }; // }} // {{ constraint implement type // }} // {{ AOT generic types // Obfuz.EncryptionService // }} public void RefMethods() { } }