DCNick3 / shin

A reimplementation of VN engine primarily used by 07-th expansion releases on consoles (and some other entergram games)
https://dcnick3.github.io/shin/shin/
Mozilla Public License 2.0
32 stars 2 forks source link

Refactor the scenario and VM types #14

Open DCNick3 opened 1 year ago

DCNick3 commented 1 year ago

Currently types used in scenario parsing & vm execution are all over the place. Them needing FromVmCtx implementations is does not help. We want to figure out a policy on where to put them and where to put the impls