Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     gameManager    = GetComponentInParent <GameManager> ();
     sounderManager = gameManager.GetComponent <SoundManager> ();
     CreateEnemy(MAX_CAPTAIN);
 }
Exemplo n.º 2
0
 public GalleryMenu(Canvas canv, SoundManager soundMan) : base(canv, soundMan)
 {
     productionFile = "Data/GalleryProduction";
 }