Пример #1
0
 public void OnComplete()
 {
     if (this.startTime.HasValue)
     {
         PhotonCounter.OnOperationCompleted(this.startTime.GetValueOrDefault());
     }
 }
Пример #2
0
 public void OnStart()
 {
     this.startTime = new long?(PhotonCounter.GetTimestamp());
 }