микро косяк

This commit is contained in:
Галина Федоренко 2023-12-20 14:38:46 +04:00
parent fefc8beabb
commit 605ee63c40

View File

@ -20,7 +20,6 @@ namespace Hydroplane
{
if (Name != other?.Name)
throw new NotImplementedException(nameof(Name));
//return false;
return true;
}