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