public void AddEmptyFleet(Vector3 Position) { FleetData FD = new FleetData(); FD.Owner = this; fleetManager.CreateFleet(FD, Position); }