overall runtime.

This commit is contained in:
Sarah 2015-12-04 19:54:02 +01:00
parent 1bb40b21d3
commit 35534afd4a

View File

@ -203,6 +203,11 @@ public abstract class GameTutorial
return _started;
}
public long getRunning()
{
return System.currentTimeMillis() - _started;
}
public long getPhaseTime()
{
return _currentPhase.getPhaseTime();