Remove regions

This commit is contained in:
Dean Herbert 2019-03-18 10:48:44 +09:00 committed by GitHub
parent 771d676ba1
commit 9ca4d9d4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -23,8 +23,6 @@ public FrameStabilityContainer()
gameplayClock = new GameplayClock(framedClock = new FramedClock(manualClock = new ManualClock()));
}
#region Clock control
private readonly ManualClock manualClock;
private readonly FramedClock framedClock;
@ -150,12 +148,6 @@ private void setClock()
ProcessCustomClock = false;
}
#endregion
#region IHasReplayHandler
public ReplayInputHandler ReplayInputHandler { get; set; }
#endregion
}
}