mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-13 09:05:54 +08:00
add todo
This commit is contained in:
parent
131bb03451
commit
acfb902dbe
@ -524,6 +524,7 @@ namespace DCFApixels.DragonECS
|
|||||||
}
|
}
|
||||||
public void MergeWith(IReadOnlyList<string> other)
|
public void MergeWith(IReadOnlyList<string> other)
|
||||||
{
|
{
|
||||||
|
//TODO добавить оишбку если порядок совпадающих слоев не совпадает
|
||||||
HashSet<string> seen = new HashSet<string>();
|
HashSet<string> seen = new HashSet<string>();
|
||||||
List<string> result = new List<string>();
|
List<string> result = new List<string>();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user