예제 #1
0
 public WSClock(WSStage stage)
 {
     _stage = stage;
 }
예제 #2
0
파일: WSDeck.cs 프로젝트: Joe4evr/WSBase
 public WSDeck(IEnumerable <IWSCard> cards, WSStage stage)
     : base(cards)
 {
     _stage = stage;
 }