Added 13 new utility events for plugins

This commit is contained in:
DJj123dj
2025-02-09 11:19:03 +01:00
parent b2a5e65fe2
commit 9395e9af75
4 changed files with 77 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ export class ODId {
export class ODManagerChangeHelper {
#change: (() => void)|null = null
/**Trigger an `onChange()` event in the parent `ODManager` of this class. */
protected _change(){
if (this.#change){
try{