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

14 lines
227 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
namespace UniversalEditor.Compression.Modules.Explode.Internal
{
public struct ExplodeInfo
{
public Stream instr;
}
}