
function ContentLinkMgame() { }
ContentLinkMgame._path = '/atgames/dwr';

ContentLinkMgame.buyProduct = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(ContentLinkMgame._path, 'ContentLinkMgame', 'buyProduct', p0, p1, p2, p3, callback);
}

ContentLinkMgame.registNewUser = function(p0, p1, callback) {
    DWREngine._execute(ContentLinkMgame._path, 'ContentLinkMgame', 'registNewUser', p0, p1, callback);
}
