예제 #1
0
 protected void Reveal(IndividualCard card, float time)
 {
     if (card == null)
     {
         return;
     }
     card.Reveal(time);
 }