예제 #1
0
 public void StartCapture()
 {
     _moment = new OverwatchMemoryMoment(TimeManager.Instance.TimeInSec);
 }
예제 #2
0
 private void GetMoment()
 {
     _moment = _reader.GetMoment();
 }