tribal-relations / client

0 stars 0 forks source link

add console command to save game #163

Closed gennadyterekhov closed 5 months ago

gennadyterekhov commented 6 months ago

https://github.com/tribal-relations/client/pull/166
partially done
need to change structure

gennadyterekhov commented 5 months ago

the problem now is that when trying to json-stringify SaveDto, i get circular dependencies
so I either need to manually delete them
or change entities to contain id AND replace pointers to objects with ids ids will also probably help later when i add database

gennadyterekhov commented 5 months ago

https://github.com/tribal-relations/client/pull/170