package network.thunder.core.communication.objects.messages.interfaces.helper.etc; public interface Command { void execute (); }