Пример #1
0
        public static bool?MoveFacingDown(IMobile entity, params string[] args)
        {
            entity.MoveFacingDown(Convert.ToInt16(args[0]));

            return(true);
        }