mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 22:35:28 +00:00
8 lines
102 B
C#
8 lines
102 B
C#
namespace PckStudio.Core.Interfaces
|
|
{
|
|
public interface IDLCPackageSerialization
|
|
{
|
|
|
|
}
|
|
}
|