コード例 #1
0
 public void Update(GameTime gameTime)
 {
     if (popUpDisplayed)
     {
         warning.Update(gameTime);
     }
 }