factory
This commit is contained in:
@@ -21,6 +21,10 @@ uint8_t Item::get_address()
|
||||
{
|
||||
return this->address;
|
||||
}
|
||||
std::string Item::get_name()
|
||||
{
|
||||
return this->name;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user