Added domain registration and global features
This commit is contained in:
parent
e2dd2eff07
commit
56f2281835
7 changed files with 120 additions and 1 deletions
14
scripts/features.js
Normal file
14
scripts/features.js
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue