예제 #1
0
 public bool CardExist(int deck)
 {
     if (deck == CurrentCard.Deck)
     {
         return(true);
     }
     return(_objectList.ObjectExist(deck));
 }
예제 #2
0
 public bool CardExists(int deck)
 {
     return(_objectList.ObjectExist(deck)); // i think
 }