/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gcb;
/**
*
* @author wizardus
*/
public class Constants {
public static int W3GS_HEADER_CONSTANT = 247;
public static int W3GS_REQJOIN = 30;
public static int W3GS_GAMEINFO = 48;
public static int W3GS_CREATEGAME = 49;
public static int W3GS_REFRESHGAME = 50;
public static int W3GS_DECREATEGAME = 51;
public static int GCBI_HEADER_CONSTANT = 249;
public static int GCBI_INIT = 1;
}