mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-02 20:04:32 +00:00
17 lines
274 B
C#
17 lines
274 B
C#
using Ionic.Zip;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace stonevox.Mod
|
|
{
|
|
public class StoneHearthMod
|
|
{
|
|
public string path { get; }
|
|
|
|
private ZipFile zip;
|
|
}
|
|
}
|