feat: add property model foundation

This commit is contained in:
김경종
2026-06-09 11:56:42 +09:00
parent f4196efb10
commit 7ea08441ed
23 changed files with 661 additions and 25 deletions
+4
View File
@@ -15,6 +15,10 @@ PropertyId ShellProperty::id() const noexcept {
return id_;
}
PropertyKind ShellProperty::kind() const noexcept {
return PropertyKind::Shell;
}
MaterialId ShellProperty::materialId() const noexcept {
return material_id_;
}