mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-10 09:56:25 +00:00
12 lines
116 B
C#
12 lines
116 B
C#
using System;
|
|
|
|
namespace NBTExplorer.Mac
|
|
{
|
|
public class TreeDataSource
|
|
{
|
|
public TreeDataSource ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|