private void Awake() { ship = GetComponent <EnemyShipBody>(); myBody = GetComponent <Rigidbody2D>(); EnemyManager.AddEnemyWithManeuversAggressive(this); }