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

AccountType.getAllianceType = function(callback) {
    DWREngine._execute(AccountType._path, 'AccountType', 'getAllianceType', callback);
}

AccountType.isCroXinoAccountByMailaddress = function(p0, callback) {
    DWREngine._execute(AccountType._path, 'AccountType', 'isCroXinoAccountByMailaddress', p0, callback);
}

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