overall runtime.
This commit is contained in:
parent
1bb40b21d3
commit
35534afd4a
@ -203,6 +203,11 @@ public abstract class GameTutorial
|
||||
return _started;
|
||||
}
|
||||
|
||||
public long getRunning()
|
||||
{
|
||||
return System.currentTimeMillis() - _started;
|
||||
}
|
||||
|
||||
public long getPhaseTime()
|
||||
{
|
||||
return _currentPhase.getPhaseTime();
|
||||
|
Loading…
Reference in New Issue
Block a user