Completed Threads

This commit is contained in:
ION606
2023-04-07 20:35:03 -04:00
parent b6d35c8e55
commit f33762036a
12 changed files with 93 additions and 38 deletions
+6
View File
@@ -0,0 +1,6 @@
export class DataManager {
/** @type {import('./client/client.js').Client} */
client;
constructor(c) { this.client = c; }
}