Initial commit: Client Doc docs Server Tools
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
namespace XLua
|
||||
{
|
||||
public class TemplateRef : ScriptableObject
|
||||
{
|
||||
public TextAsset LuaClassWrap;
|
||||
public TextAsset LuaClassWrapGCM;
|
||||
public TextAsset LuaDelegateBridge;
|
||||
public TextAsset LuaDelegateWrap;
|
||||
public TextAsset LuaEnumWrap;
|
||||
public TextAsset LuaEnumWrapGCM;
|
||||
public TextAsset LuaInterfaceBridge;
|
||||
public TextAsset LuaRegister;
|
||||
public TextAsset LuaRegisterGCM;
|
||||
public TextAsset LuaWrapPusher;
|
||||
public TextAsset PackUnpack;
|
||||
public TextAsset TemplateCommon;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user