Compare commits

..

1 Commits

Author SHA1 Message Date
563f4f3fb4 classes 2021-02-08 00:08:36 +01:00

View File

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