UNPKG

warriorjs-engine

Version:
16 lines (14 loc) 303 B
'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'];