Files
bo3-js/js/instances/ExampleService.js

6 lines
186 B
JavaScript
Raw Normal View History

2025-10-12 18:03:20 +02:00
import { Instance } from "./Instance.js";
export class ExampleService extends Instance {
constructor() {
super("ExampleService");
}
} // Basic example of a service in BO3