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