mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Don't recreate the entire asset tree
This commit is contained in:
@@ -2,6 +2,11 @@ using System.Collections;
|
||||
|
||||
namespace GlitchyEngine.Collections
|
||||
{
|
||||
// TODO: TreeNode is very bare minimum
|
||||
// Destructor?
|
||||
// RemoveChild?
|
||||
// Remove in enumerator?
|
||||
|
||||
public class TreeNode<T>
|
||||
{
|
||||
public T Value;
|
||||
|
||||
Reference in New Issue
Block a user