Commons/src/main/java/eu/univento/commons/player/chat/ChatMessageType.java

17 lines
287 B
Java

/*
* Copyright (c) 2017 univento.eu - All rights reserved
* You are not allowed to use, distribute or modify this code
*/
package eu.univento.commons.player.chat;
/**
* @author joethei
* @version 1.0
*/
public enum ChatMessageType {
Public,
Private,
Party,
Team
}