namespace RecrownedGTK.AssetsSystem { public class AssetLoader { public T Load(string path) { throw new System.NotImplementedException(); //TODO Implement a method of loading. } } }