SpaceMongers.Models.DockedShip (SpaceMongers v0.3.0) View Source

Represents a ship docked at a planet visible to all users.

Link to this section Summary

Link to this section Types

Specs

t() :: %SpaceMongers.Models.DockedShip{
  ship_id: String.t(),
  ship_type: String.t(),
  username: String.t()
}