C# 服务器
using SimpleFramework.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SimpleFramework.Utility;
namesp ...……
1 local SELECTOR = 1
2 local SEQUENCE = 2
3 local CONDITION = 3
4 local ACTION = 4
5
6 local function Traverse(node, ...)
7 local t = node.type
8 if t == SELECTOR then
9 ...……