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