mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-27 14:11:13 +00:00
update
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace stonevox.Mod
|
||||
{
|
||||
public class FileReference
|
||||
{
|
||||
public string file { get; }
|
||||
|
||||
public FileReference(string file)
|
||||
{
|
||||
this.file = file;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user