Commit graph

6 commits

Author SHA1 Message Date
b2f64f1d78 Fix transformers and types
Dozens of tiny errors from me freehanding it
2023-07-07 06:47:41 -07:00
d42927623e Update all files with new object structure 2023-07-07 05:43:02 -07:00
500b7ffbbf Add the last transformers 2023-07-06 23:57:25 -07:00
f73787c23d Add transformer for Job classes 2023-07-06 23:48:32 -07:00
7224ae8585 Make signatures consistent 2023-07-06 22:55:10 -07:00
7c814610b9 Create PartyTransformer
Transforms data into Party objects and back again.

We also created PartyParams to send data back to the API in a uniform way.

We organized the resulting object more than we have in the past since we can do what we want now.

Lastly, we removed characters, weapons and summons from this object. We will probably make a new Grid object and reference that here instead.
2023-07-06 00:04:52 -07:00