Added Interaction handler abstraction
This commit is contained in:
parent
aaa2785d37
commit
3db51e9c0b
@ -0,0 +1,4 @@
|
|||||||
|
package net.tomatentum.marinara.handler;
|
||||||
|
|
||||||
|
public interface InteractionHandler {
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
package net.tomatentum.marinara.interaction;
|
||||||
|
|
||||||
|
public enum InteractionType {
|
||||||
|
COMMAND,
|
||||||
|
AUTOCOMPLETE,
|
||||||
|
BUTTON,
|
||||||
|
SELECT_MENU,
|
||||||
|
MODAL
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user