Cruise Ship Tycoon Script Now

class CruiseShip: def __init__(self, name, capacity): self.name = name self.capacity = capacity self.profit = 0