Add launchable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Instance } from "./Instance.js";
|
||||
export class ExampleService extends Instance {
|
||||
import { BaseService } from "./BaseService.js";
|
||||
export class ExampleService extends BaseService {
|
||||
constructor() {
|
||||
super("ExampleService");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user