package network.thunder.core.communication.objects.messages.interfaces.message.authentication; import network.thunder.core.communication.Message; /** * Created by matsjerratsch on 27/11/2015. */ public interface Authentication extends Message { }