예제 #1
0
        public static bool?MoveFacingUp(IMobile entity, params string[] args)
        {
            entity.MoveFacingUp(Convert.ToInt16(args[0]));

            return(true);
        }