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