12 lines
194 B
Java
12 lines
194 B
Java
![]() |
/*
|
||
|
*
|
||
|
* ChatUtil
|
||
|
*
|
||
|
* Helpful utility for pretty printing in chat in the game with different supported functions and levels
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
package jesse.keeblarcraft.Utils;
|
||
|
|
||
|
public class ChatUtil { }
|