Example #1
0
 public void AddRecoilRange(List <Card> cards)
 {
     CountPoint(cards);
     Recoil.AddRange(cards);
 }
Example #2
0
 public Player()
 {
     Cards  = new List <Card>();
     Recoil = new Recoil();
     Point  = 0;
 }