1 2 3 4 5 6 7 8
package com.encrox.twitchbot.client; public class MessageTypes { public static final int ERROR = 0; public static final int OK = 1; }