Example #1
0
        public void ThrowNMove()
        {
            int result = throwYut.ThrowYutResult();

            RealMove(result);
        }
Example #2
0
 public int AfterThrow()
 {
     result = throwYut.ThrowYutResult();
     return(result);
 }