2021-05-07 22:05:11 -04:00

11 lines
177 B
C#

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