init commit
This commit is contained in:
6
js/instances/ExampleService.js
Normal file
6
js/instances/ExampleService.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Instance } from "./Instance.js";
|
||||
export class ExampleService extends Instance {
|
||||
constructor() {
|
||||
super("ExampleService");
|
||||
}
|
||||
} // Basic example of a service in BO3
|
||||
Reference in New Issue
Block a user