示例#1
0
 public void Pbuilder(int lifepoints, int attackpoints, Deck deck, Hand hand, Board board, SpecialCard captain)
 {
     this.LifePoints   = lifepoints;
     this.AttackPoints = attackpoints;
     this.Deck         = deck;
     this.Hand         = hand;
     this.Board        = board;
     this.Captain      = captain;
 }
示例#2
0
 public void setcaptain(SpecialCard captain)
 {
     Captain = captain;
 }