This commit is contained in:
2025-08-18 11:44:57 +06:00
parent a59905f5b1
commit 2f62ffd59c
10 changed files with 175 additions and 23 deletions

View File

@@ -120,7 +120,7 @@ class ContentManager {
Profiles_Item.push_back(std::make_unique<TableEntry<DefItem>>());
break;
default:
assert(false);
std::unreachable();
}
return resId;