11 lines
205 B
C#
11 lines
205 B
C#
using XLua;
|
|
|
|
namespace Thousandto.Code.Logic
|
|
{
|
|
[CSharpCallLua]
|
|
public interface IBlockingUpPromptSystem
|
|
{
|
|
bool IsRunning();
|
|
bool AddNewFunction(int type, int dataID);
|
|
}
|
|
} |