hearthbreaker icon indicating copy to clipboard operation
hearthbreaker copied to clipboard

Fix the copy() methods so they work with python's copy module

Open danielyule opened this issue 10 years ago • 0 comments

We can actually use a vanilla copy for everything if we re-work the event system to bind to objects and the methods to call on them separately, so that when the event source is copied, it will update to point to the new objects that were created, via the memo object.

Also, the memo object will be useful for AI creators to track which objects go with what.

danielyule avatar Jan 16 '15 00:01 danielyule