Harrison
d50ede989c
Loads information from loader. information creates useable. Minor folder restructuring. Untested.
9 lines
167 B
C#
9 lines
167 B
C#
using System;
|
|
|
|
namespace RecrownedGTK.AssetsSystem.Information {
|
|
public interface IInfo
|
|
{
|
|
Type type {get;}
|
|
IDisposable CreateUseable();
|
|
}
|
|
} |