Compare commits

..

No commits in common. "edee3efe3681d68d979dd54acc05acb9034570df" and "c2f1f6f44755d32f71d74f611f1029793424b73e" have entirely different histories.

@ -2,7 +2,6 @@ package lol.pyr.znpcsplus.api.interaction;
public interface ActionRegistry {
void register(InteractionActionType<?> type);
void unregister(Class<? extends InteractionAction> clazz);
<T extends InteractionAction> T deserialize(String str);
<T extends InteractionAction> String serialize(T action);