mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-05 07:27:14 +00:00
Move Common functionality to Core project & rendering and Model support as well
This commit is contained in:
9
PckStudio.Core/Interfaces/IPckAssetSerializer.cs
Normal file
9
PckStudio.Core/Interfaces/IPckAssetSerializer.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using OMI.Formats.Pck;
|
||||
|
||||
namespace PckStudio.Interfaces
|
||||
{
|
||||
public interface IPckAssetSerializer<T>
|
||||
{
|
||||
public void Serialize(T obj, ref PckAsset asset);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user