addNamespace("Game_WebGame");
Game_WebGame_class = Class.create();
Game_WebGame_class.prototype = (new AjaxPro.Request()).extend({
	GetCaseInfo: function(CaseType, callback) {
		return this.invoke("GetCaseInfo", {"CaseType":CaseType}, callback);
	},
	GetSkillResult: function(CaseType, callback) {
		return this.invoke("GetSkillResult", {"CaseType":CaseType}, callback);
	},
	GetLibraryResult: function(text, callback) {
		return this.invoke("GetLibraryResult", {"text":text}, callback);
	},
	SendHotelsTalking: function(text, callback) {
		return this.invoke("SendHotelsTalking", {"text":text}, callback);
	},
	GetHotelsTalking: function(callback) {
		return this.invoke("GetHotelsTalking", {}, callback);
	},
	GetHotelsTalking_DateTime: function(text, callback) {
		return this.invoke("GetHotelsTalking_DateTime", {"text":text}, callback);
	},
	MovetoDestinate: function(text1, text2, callback) {
		return this.invoke("MovetoDestinate", {"text1":text1, "text2":text2}, callback);
	},
	GetScriptDrama: function(text1, text2, repeant, callback) {
		return this.invoke("GetScriptDrama", {"text1":text1, "text2":text2, "repeant":repeant}, callback);
	},
	SugarCrackPWD: function(text, callback) {
		return this.invoke("SugarCrackPWD", {"text":text}, callback);
	},
	SugarPutVote: function(text, callback) {
		return this.invoke("SugarPutVote", {"text":text}, callback);
	},
	GetShopInfo: function(text, callback) {
		return this.invoke("GetShopInfo", {"text":text}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Game_WebGame,App_Web__dxr8hnj.ashx";
	}
})
Game_WebGame = new Game_WebGame_class();

