Esempio n. 1
0
        public static bool?MoveFacingLeft(IMobile entity, params string[] args)
        {
            entity.MoveFacingLeft(Convert.ToInt16(args[0]));

            return(true);
        }