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

Adds cascade=persist to parent, cascade=remove to childrens of scenes #68

Closed Vassyli closed 8 years ago

Vassyli commented 8 years ago

This makes creation of a lot of scenes much easier if $this->save()/$em->persist does not need to be called every time.

austenmc commented 8 years ago

lgtm