UltraChat/src/me/ryandw11/ultrachat/api/ChatType.java
Ryandw11 62df20ae69 Work on 2.5
- Implemented the API correctly.
 - Fixed hex color chatting.
 - New color gui system.
2020-06-25 19:13:07 -07:00

11 lines
134 B
Java

package me.ryandw11.ultrachat.api;
/**
* The different modes chat can be in.
*/
public enum ChatType {
NORMAL,
CHANNEL,
RANGE
}