using System; namespace RecrownedGTK.AssetsSystem.Information { public interface IInfo { Type type {get;} IDisposable CreateUseable(); } }