From 7b5df4ca0a5bd6fcf033ef40563599593b156910 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 13 Jul 2022 23:34:21 +0200 Subject: Initial commit --- core/InteractionManager.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/InteractionManager.ts (limited to 'core/InteractionManager.ts') diff --git a/core/InteractionManager.ts b/core/InteractionManager.ts new file mode 100644 index 0000000..af2b62f --- /dev/null +++ b/core/InteractionManager.ts @@ -0,0 +1,3 @@ +export class InteractionManager { + +} \ No newline at end of file -- cgit