//节点运行 class NodeRunner { int Start(string NodeName) { //打开对应游戏节点 return 0; } bool Close(int NodeID) { return false; } }