using OMI.Formats.Pck; namespace PckStudio.Interfaces { public interface IPckAssetDeserializer { public T Deserialize(PckAsset asset); } }