Added new API comments (part 11)

This commit is contained in:
JasperAtSchool
2025-01-28 14:22:26 +01:00
parent 58fb7b7512
commit f6c70fa62a
31 changed files with 270 additions and 270 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import { ODDebugger } from "./console"
/**## ODCode `class`
* This is an open ticket code runner.
* This is an Open Ticket code runner.
*
* Using this, you're able to execute a function just before the startup screen. (90% of the code is already loaded)
* You can also specify a priority to change the execution order.
@@ -31,7 +31,7 @@ export class ODCode extends ODManagerData {
}
/**## ODCodeManager `class`
* This is an open ticket code manager.
* This is an Open Ticket code manager.
*
* It manages & executes `ODCode`'s in the correct order.
*