コード例 #1
0
 private void BubbleShot(ShootModel shootModel)
 {
     m_gameState = GameState.Shoot;
     m_bubbleController.BubbleShot(shootModel);
 }