Exemple #1
0
 public static Ball GetBall(this SlotType t)
 {
     if (t == SlotType.BugContest)
     {
         return(Ball.Sport);
     }
     if (t.IsSafariType())
     {
         return(Ball.Safari);
     }
     return(Ball.Poke);
 }