Cardshifter / HTML-Client

HTML/CSS/JS-based client for Cardshifter
http://cardshifter.zomis.net
Apache License 2.0
13 stars 5 forks source link

Merge some props in CardModel #166

Open Zomis opened 6 years ago

Zomis commented 6 years ago

Currently CardModel has:

props: ["card", "targets", "doingAction", "selectEntity", "actions", "startAction"],

5 of those, "targets", "doingAction", "selectEntity", "actions", "startAction" could be put inside a single object actions that can have the properties targets, doingAction etc.

This would make it easier to use the CardModel as you wouldn't have to pass all those properties all the time.