mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-10 18:06:23 +00:00
13 lines
108 B
C#
13 lines
108 B
C#
|
using System;
|
||
|
|
||
|
namespace NBTExplorer
|
||
|
{
|
||
|
public class TreeDataNode
|
||
|
{
|
||
|
public TreeDataNode ()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|