Example #1
0
 public WSClock(WSStage stage)
 {
     _stage = stage;
 }
Example #2
0
 public WSDeck(IEnumerable <IWSCard> cards, WSStage stage)
     : base(cards)
 {
     _stage = stage;
 }