jevinevans / Game

Repository For Video Game Idea
2 stars 0 forks source link

Character Module Unique ID's for DB #82

Closed jevinevans closed 2 years ago

jevinevans commented 2 years ago

Need to add a unique identifier to all character objects for db and uniqueness. This will include setting a private value _id for each object, exporting it to the DB as id, and loading it in as a kwargs if present, otherwise a new one will need to be created.