'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
var UnitTypes = {
archer: 'archer',
captive: 'captive',
sludge: 'sludge',
thickSludge: 'thickSludge',
warrior: 'warrior',
wizard: 'wizard'
};
exports['default'] = UnitTypes;
module.exports = exports['default'];