renamed trait

This commit is contained in:
2023-12-12 11:03:24 +01:00
parent e585ecafcc
commit 881ae8c096
2 changed files with 11 additions and 11 deletions

View File

@ -56,7 +56,7 @@ struct HandlerData {
y: f32
}
impl datasets::Reflection for HandlerData {}
impl datasets::HasTypeId for HandlerData {}
struct Handler {
id: objectmanager::ObjectId,