store session to db only after ended, allow test runs without writing to db
This commit is contained in:
@@ -129,6 +129,15 @@ namespace EscapeRoomEngine.Engine.Runtime.UI
|
||||
|
||||
#endregion
|
||||
|
||||
#region Measurements
|
||||
|
||||
public void StoreMeasurements(Toggle toggle)
|
||||
{
|
||||
Measure.Store = toggle.isOn;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public void ExitGame()
|
||||
{
|
||||
StopGame();
|
||||
|
||||
Reference in New Issue
Block a user