예제 #1
0
 public virtual int getLuckyScore(IDice dice)
 {
     return(dice.GetLuckyScore());
 }