mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-16 14:09:00 +07:00
safe way for add/remove objects of world
This commit is contained in:
@@ -66,6 +66,10 @@ namespace IsoTools.Internal {
|
||||
return item;
|
||||
}
|
||||
|
||||
public T Peek() {
|
||||
return _list.Peek();
|
||||
}
|
||||
|
||||
public void Clear() {
|
||||
_list.Clear();
|
||||
_dict.Clear();
|
||||
|
||||
Reference in New Issue
Block a user