예제 #1
0
파일: Snap.cs 프로젝트: 101210020/QuickSnap
 /// <summary>
 /// Create a new game of Snap!
 /// </summary>
 public Snap()
 {
     _deck      = new Deck();
     _gameTimer = SwinGame.CreaterTime();
 }