Exemplo n.º 1
0
 public WSClock(WSStage stage)
 {
     _stage = stage;
 }
Exemplo n.º 2
0
 public WSDeck(IEnumerable <IWSCard> cards, WSStage stage)
     : base(cards)
 {
     _stage = stage;
 }