warriorjs-engine
Version:
The bowels of WarriorJS
19 lines (17 loc) • 335 B
JavaScript
;
Object.defineProperty(exports, '__esModule', {
value: true
});
var Actions = {
attack: 'attack',
bind: 'bind',
detonate: 'detonate',
explode: 'explode',
pivot: 'pivot',
rescue: 'rescue',
rest: 'rest',
shoot: 'shoot',
walk: 'walk'
};
exports['default'] = Actions;
module.exports = exports['default'];