Initial commit: Client Doc docs Server Tools
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//节点运行
|
||||
class NodeRunner
|
||||
{
|
||||
int Start(string NodeName)
|
||||
{ //打开对应游戏节点
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool Close(int NodeID)
|
||||
{
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user