ddjerqq / Astro

An MMO RPG space game, with economy, clans and empires!
The Unlicense
4 stars 0 forks source link

Feature: Item, ItemType, ItemRariy, ItemQuality classes #6

Open ddjerqq opened 2 months ago

ddjerqq commented 2 months ago

We need an entity for items, item types, and a valueobject enum for the quality.

Entity/Item

Entity/ItemType

ValueObject/ItemQuality

ddjerqq commented 2 months ago

After you create all the entities:

add a ICollection<Item> Inventory to user and add the proper migrations

Davy-G commented 2 months ago

ItemId ItemTypeId

i dont see the implementations for these? should i create them?