IManager.cs 140 字节
Newer Older
unityLR's avatar
unityLR 已提交
1 2 3 4 5 6 7 8 9
/* 
 LuaFramework Code By Jarjin leeibution 3.0 License 
*/

using UnityEngine;
using System.Collections;

public interface IManager {
}