Exemple #1
0
 public void TakeSnapshot()
 {
     SnapShot = new StateSnapShot()
     {
         PlayerIds          = this.PlayerIds,
         BallIds            = this.BallIds,
         LatestBallReceived = this.LatestBallReceived
     };
 }
Exemple #2
0
 public void ResetMarking()
 {
     Marked   = false;
     SnapShot = null;
 }