init commit

This commit is contained in:
usernames122
2025-10-12 18:03:20 +02:00
commit 88d231e367
20 changed files with 2528 additions and 0 deletions

View 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