コード例 #1
0
 // plays the bgm for the next boss stage
 public static void PlayBossNextBGM()
 {
     if (self.state is BossState)
     {
         BossState.NextClip();
     }
 }