【m】1111
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2d658df380e510e4891bee300ad300b6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user