少年修仙传客户端基础资源
hch
2024-03-14 e282f9adb8374089d06a8b6a71b7acc7d9283a97
Assets/ILRuntime/Src/Inheritance/OperationBaseAdapter.cs
@@ -15,7 +15,7 @@
        {
            get
            {
                return typeof(Snxxz.UI.OperationBase);
                return typeof(vnxbqy.UI.OperationBase);
            }
        }
@@ -32,7 +32,7 @@
            return new Adapter(appdomain, instance);
        }
        public class Adapter : Snxxz.UI.OperationBase, CrossBindingAdaptorType
        public class Adapter : vnxbqy.UI.OperationBase, CrossBindingAdaptorType
        {
            ILTypeInstance instance;
            ILRuntime.Runtime.Enviorment.AppDomain appdomain;