Files
bo3-js/js/instances/ExampleService.js
usernames122 88d231e367 init commit
2025-10-12 18:03:20 +02:00

6 lines
186 B
JavaScript

import { Instance } from "./Instance.js";
export class ExampleService extends Instance {
constructor() {
super("ExampleService");
}
} // Basic example of a service in BO3