
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (GetRecommendClothesData == null) var GetRecommendClothesData = {};
GetRecommendClothesData._path = '/atgames/dwr';
GetRecommendClothesData.getRecommendClothesData = function(p0, callback) {
  dwr.engine._execute(GetRecommendClothesData._path, 'GetRecommendClothesData', 'getRecommendClothesData', p0, callback);
}

