Exemplo n.º 1
0
 public void Advance(TimeSpan timeSpan)
 {
     sceneState = sceneState.Advance(timeSpan);
 }