示例#1
0
        public void GroupAction(string command)
        {
            if (command == "clearweight")
            {
                agent.ClearWeights();
                return;
            }

            agent.Action((byte)(0x80 + _pack_id), command);
        }