This commit is contained in:
Mikhail 2024-09-07 19:07:36 +08:00
parent 131bb03451
commit acfb902dbe

View File

@ -524,6 +524,7 @@ namespace DCFApixels.DragonECS
}
public void MergeWith(IReadOnlyList<string> other)
{
//TODO добавить оишбку если порядок совпадающих слоев не совпадает
HashSet<string> seen = new HashSet<string>();
List<string> result = new List<string>();