Update to use new ChatUtils

This commit is contained in:
Prospector 2016-05-21 21:51:26 -07:00
parent 7e3cfbe946
commit 8fffe67f17
5 changed files with 35 additions and 16 deletions

View file

@ -0,0 +1,11 @@
package techreborn.lib;
/**
* @author Prospector on 21/05/16
*/
public class MessageIDs
{
public static int freqTransmitterID = 0;
public static int fluidPipeID = 1;
public static int playerDetectorID = 2;
}