UNPKG

warriorjs-engine

Version:
19 lines (17 loc) 335 B
'use strict'; 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'];