- Es poden consultar les portes de la habitació

This commit is contained in:
2023-06-02 10:56:03 +02:00
parent 639ec6d039
commit e710069aec
3 changed files with 7 additions and 0 deletions

View File

@@ -107,4 +107,9 @@ namespace room
{
return max;
}
uint8_t getDoors()
{
return doors;
}
}