forked from mirrors/NBTExplorer
13 lines
102 B
C#
13 lines
102 B
C#
|
using System;
|
||
|
|
||
|
namespace NBTExplorer.Mac
|
||
|
{
|
||
|
public class Scratch
|
||
|
{
|
||
|
public Scratch ()
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|