if(typeof Data_NPCfind == "undefined") Data_NPCfind={};
Data_NPCfind_class = function() {};
Object.extend(Data_NPCfind_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	areaInit: function() {
		return this.invoke("areaInit", {}, this.areaInit.getArguments().slice(0));
	},
	NPCSearch: function(areaIndex, currentPage, maxRow) {
		return this.invoke("NPCSearch", {"areaIndex":areaIndex, "currentPage":currentPage, "maxRow":maxRow}, this.NPCSearch.getArguments().slice(3));
	},
	url: '/ajaxpro/Data_NPCfind,App_Web_gqkivc-2.ashx'
}));
Data_NPCfind = new Data_NPCfind_class();

