using XLua; namespace Thousandto.Code.Logic { [CSharpCallLua] public interface IGuideSystem { bool Check(int type, int param); } }