示例#1
0
文件: Exposer.cs 项目: uotools/PlayUO
        public bool Attack(string what)
        {
            switch (what.ToLower())
            {
            case "last":
                return(Engine.AttackLast());

            case "red":
                return(Engine.AttackRed());
            }
            return(false);
        }