Merge branch 'api-v3' into api-v3-equip-feed-hatch2

This commit is contained in:
Matteo Pagliazzi
2016-03-25 12:22:55 +01:00
11 changed files with 348 additions and 47 deletions

View File

@@ -112,6 +112,8 @@ import allocateNow from './ops/allocateNow';
import hatch from './ops/hatch';
import feed from './ops/feed';
import equip from './ops/equip';
import changeClass from './ops/changeClass';
import disableClasses from './ops/disableClasses';
api.ops = {
scoreTask,
@@ -125,6 +127,8 @@ api.ops = {
hatch,
feed,
equip,
changeClass,
disableClasses,
};
import handleTwoHanded from './fns/handleTwoHanded';