Compare commits

..

1 Commits

Author SHA1 Message Date
7457c5806f classes 2021-02-08 00:14:55 +01:00

View File

@ -11,7 +11,6 @@ export interface config {
}
export class modBase {
constructor(protected config: config, protected callback: Function) {
console.log(callback)
}
protected modPath(mod: any) {
return `mods/${mod.filename}`;