11 lines
180 B
C#

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