Example #1
0
 internal void Update()
 {
     if (this.updateBgm)
     {
         BgmPlayer.Update();
         BgmManager.Update();
     }
 }