Entities update

This commit is contained in:
Andrew nuark G 2020-12-23 01:30:11 +07:00
parent 4a3951938a
commit 05776f19f3
6 changed files with 18 additions and 7 deletions

View file

@ -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();