function __GnxGameCode()
{
	this.maskGameCode_NX			= 65536;
	this.maskGameCode_Kart			= 73985;
	this.maskGameCode_Warrock		= 94212;
	this.maskGameCode_BigShot		= 74243;
	this.maskGameCode_Lunia			= 94213;
	this.maskGameCode_LuniaTest		= 126979;
	this.maskGameCode_Zera			= 851969;
	this.maskGameCode_Baram			= 131072;
	this.maskGameCode_Lod			= 196608;
	this.maskGameCode_Asgard		= 393216;
	this.maskGameCode_Elan			= 262144;
	this.maskGameCode_Maple			= 589824;
	this.maskGameCode_CA			= 720896;
	this.maskGameCode_Tales			= 524288;
	this.maskGameCode_Qplay			= 786432;
	this.maskGameCode_CSO			= 73737;
	
	
	this.maskGameCode_Group_Amity	= 268435967;
	this.maskGameCode_Group_Kart	= 268435458;
	this.maskGameCode_Group_Warrock = 268435459;
	this.maskGameCode_Group_Manmani = 268435463;
	this.maskGameCode_Group_BigShot = 268435460;
	this.maskGameCode_Group_Zera	= 268435461
}

// Singleton object »ý¼º
var GnxGameCode = new __GnxGameCode();
