move InteractionHandler to interaction package

This commit is contained in:
2024-10-25 19:41:28 +02:00
parent 492399ec82
commit 824fcca52e
5 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
package net.tomatentum.marinara.interaction;
public interface InteractionHandler {
}