Separate userdata collection handling

This commit is contained in:
2019-09-28 12:03:50 +02:00
parent 326a3c097a
commit e7e5e64bbb
4 changed files with 4 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ namespace Porygon::UserData {
[[nodiscard]] TypeClass GetTypeClass() const final{
return TypeClass ::Table;
return TypeClass ::UserDataCollection;
}
bool operator==(const EvalValue *b) const final{