Added domain registration and global features

This commit is contained in:
CPTN Cosmo 2026-04-15 15:38:23 +02:00
parent e2dd2eff07
commit 56f2281835
7 changed files with 120 additions and 1 deletions

14
scripts/features.js Normal file
View file

@ -0,0 +1,14 @@
/**
* Library of Void Features
* Export functions here to make them available globally under window.Void
*/
export function ComboStrikes() {
console.log("Combo Strikes executed!");
// Logic for Combo Strikes
}
export function NewFunction() {
console.log("New Void Function executed!");
// Logic for New Function
}