tom-wolfe / dnd-5e-tools

D&D 5th Edition Tools
MIT License
15 stars 7 forks source link

Make Data Objects Instances of Classes #49

Closed tom-wolfe closed 7 years ago

tom-wolfe commented 7 years ago

Turns out that const foo: Bar = { ... } doesn't actually result in an instance of the type, so all the data classes need to be changed so that they're actually instances of the thing they represent.

tom-wolfe commented 7 years ago

Added in #53