if(typeof RXSG == "undefined") RXSG={};
if(typeof RXSG.GameData == "undefined") RXSG.GameData={};
if(typeof RXSG.GameData.Simulator == "undefined") RXSG.GameData.Simulator={};
RXSG.GameData.Simulator_class = function() {};
Object.extend(RXSG.GameData.Simulator_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendWarReport: function(Title, Content) {
		return this.invoke("SendWarReport", {"Title":Title, "Content":Content}, this.SendWarReport.getArguments().slice(2));
	},
	GetSuiteAttr: function(SuitIndex) {
		return this.invoke("GetSuiteAttr", {"SuitIndex":SuitIndex}, this.GetSuiteAttr.getArguments().slice(1));
	},
	url: '/ajaxpro/RXSG.GameData.Simulator,RXSG.GameData1.0.2.ashx'
}));
RXSG.GameData.Simulator = new RXSG.GameData.Simulator_class();


