Entities update
This commit is contained in:
parent
4a3951938a
commit
05776f19f3
6 changed files with 18 additions and 7 deletions
|
|
@ -21,6 +21,7 @@ public:
|
|||
vessel_entity(entity_id skipper_id, entity_id harbor_id, unsigned int capacity);
|
||||
|
||||
entity_id id() const;
|
||||
entity_id skipper() const;
|
||||
entity_id harbor() const;
|
||||
unsigned int capacity() const;
|
||||
const QVector<cargo_entity> cargo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue