10 lines
158 B
C#
10 lines
158 B
C#
|
using XLua;
|
|||
|
|
|||
|
namespace Thousandto.Code.Logic
|
|||
|
{
|
|||
|
[CSharpCallLua]
|
|||
|
public interface IGuideSystem
|
|||
|
{
|
|||
|
bool Check(int type, int param);
|
|||
|
}
|
|||
|
}
|