Ejemplo n.º 1
0
 private void Awake()
 {
     Static_Resources.LoadResources();
     SoundManager.LoadSound();
     playerStats = PlayerInstance.playerStats;
     LoadCanons();
     playerStats.mySelf = this.transform;
     playerMovement     = this.GetComponent <Player_Movemement>();
     GenerateTargetPoint();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     enemyStats = Static_Resources.GenerateBoatStats(enemySize, enemyType);
     LoadCanons();
 }