package envoy.event; /** * This event is used so that the server can tell the client that attachments * will be filtered out. *

* Project: common
* File: NoAttachments.java
* Created: 22.08.2020
* * @author Leon Hofmeister * @since Envoy Common v0.2-beta */ public class NoAttachments extends Event.Valueless { private static final long serialVersionUID = 1L; }