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

@ -11,6 +11,10 @@ entity_id vessel_entity::id() const {
return this->_id;
}
entity_id vessel_entity::skipper() const {
return this->_skipper_id;
}
entity_id vessel_entity::harbor() const {
return this->_harbor_id;
}