mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-27 22:10:45 +00:00
update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user