【m】1111

This commit is contained in:
2025-09-23 11:18:38 +08:00
parent b04e548850
commit a2e0062a34
202 changed files with 13296 additions and 56 deletions

View File

@@ -1,38 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if XLUA
using XLua;
#endif
namespace SkierFramework
{
public class LuaViewRunner : MonoBehaviour, IBindableUI
{
public string viewClassName { get; set; }
#if XLUA
public LuaTable luaUI { get; private set; }
public LuaTable BindLua(string viewClassName)
{
this.viewClassName = viewClassName;
// TODO
return null;
}
#endif
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}

View File

@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 2d658df380e510e4891bee300ad300b6
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: