This commit is contained in:
Jonas Zeunert
2018-12-10 23:04:44 +01:00
parent 5e0687f7c6
commit d65d87b8f1
15 changed files with 101 additions and 47 deletions

View File

@@ -21,6 +21,10 @@ uint8_t Item::get_address()
{
return this->address;
}
std::string Item::get_name()
{
return this->name;
}
}
}