2014-03-26 08:27:45 -04:00

11 lines
180 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace UniversalEditor.Compression.Puyo.Internal
{
internal abstract class CompressionDictionary
{
}
}