class Spaceship::Client::UserInterface

def initialize(c)

Is called by the client to generate one instance of UserInterface
def initialize(c)
  @client = c
end