overseer v2 1

This commit is contained in:
legop3
2026-05-03 22:51:50 -04:00
parent 32e4afdbe8
commit 850f89c8ed
26 changed files with 929 additions and 128 deletions
@@ -0,0 +1,6 @@
module.exports = {
signature: 'memory_write(slot, text)',
availability() {
return { available: true, reason: null };
},
};