예제 #1
0
 public void OnStart()
 {
     m_current_time  = 0;
     m_current_frame = 0;
     m_game_over     = false;
     m_outside_world.OnGameStart();
 }
예제 #2
0
 public virtual void OnStart()
 {
     m_current_time  = FixPoint.Zero;
     m_current_frame = 0;
     m_outside_world.OnGameStart();
 }