Closed averbraeck closed 11 months ago
The houseround table has been replaced by a persistent housegroup table and more transient transaction records. The houseround structure and transaction structure need to be added to the player app.
houseround
housegroup
This is based on issue https://github.com/averbraeck/housinggame-common/issues/15 in the common project.
All code now uses the new HouseGroup and Transaction tables and classes for house interaction.
HouseGroup
Transaction
The
houseround
table has been replaced by a persistenthousegroup
table and more transient transaction records. The houseround structure and transaction structure need to be added to the player app.This is based on issue https://github.com/averbraeck/housinggame-common/issues/15 in the common project.