13 lines
302 B
C#
13 lines
302 B
C#
// namespace Types.Models.Spt.Mod;
|
|
//
|
|
// public class ModLoader
|
|
// {
|
|
// export interface IModLoader {
|
|
// load(container: DependencyContainer): void;
|
|
//
|
|
// getModPath(mod: string): string;
|
|
// }
|
|
//
|
|
// }
|
|
|
|
// TODO: This needs to be reworked with however we do it for this project |