the_big_one/src/main/java/jesse/keeblarcraft/Utils/ChatUtil.java

12 lines
194 B
Java
Raw Normal View History

/*
*
* ChatUtil
*
* Helpful utility for pretty printing in chat in the game with different supported functions and levels
*
*/
package jesse.keeblarcraft.Utils;
public class ChatUtil { }