lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Allow a crate to register additional doctrine entities #38

Closed Vassyli closed 8 years ago

Vassyli commented 8 years ago

So far, the entity registration for doctrine is encapsulated in LotGD\Core\Bootstrap::createGame. We need a method to add additional directories for doctrine to search for entities.