コード例 #1
0
ファイル: Bomb.cs プロジェクト: mtxset/Unity100Games
 private void Start()
 {
     gameManager = GetComponentInParent <MinigameManager>();
 }