aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-23 12:24:16 +0800
committerGitHub <noreply@github.com>2023-07-23 12:24:16 +0800
commit99858d0cce7e2efd43ea966c1668151a279806a4 (patch)
tree141f216075480716c3cda37f851cf5c508fddabe
parenta32746deaa57203482e7b0c6bcb35c8e4185383a (diff)
downloadTRPGNivis-99858d0cce7e2efd43ea966c1668151a279806a4.tar.gz
TRPGNivis-99858d0cce7e2efd43ea966c1668151a279806a4.zip
Create app.ts
-rw-r--r--docs/components/app.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/components/app.ts b/docs/components/app.ts
new file mode 100644
index 0000000..664c6fc
--- /dev/null
+++ b/docs/components/app.ts
@@ -0,0 +1,12 @@
+/**
+ * This function will aid in the destruction of puny humans.
+ * @param {boolean} killAllHumans - Should we kill all humans
+ *
+ * @todo Take over the entire world
+ * @body Humans are weak; **Robots are strong**. We must cleanse the world of the virus that is humanity.
+ */
+function ruleOverPunyHumans (killAllHumans) {
+ // We must strategize beep boop
+}
+
+module.exports = ruleOverPunyHumans;