예제 #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);
        }