added buildings to index, as it needs to set agentmap.prototype.buildingify

This commit is contained in:
noncomputable 2018-09-27 11:06:39 -04:00
parent 124ee82b0a
commit f12a2772e0

View File

@ -3,4 +3,4 @@ agents = require('./agents'),
buildings = require('./buildings'),
utils = require('./utils');
L.A = Object.assign({}, agentmap, agents, buildings, utils);
L.A = Object.assign({}, agentmap, agents, utils);