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

            return(true);
        }