Ritual blanket now has its own internal id but I'm sort of thinking it needs to be more like inventory::Model. Closes #47.

This commit is contained in:
Zed A. Shaw 2025-06-30 10:15:22 -04:00
parent cad51f4908
commit b28b76ee2d
5 changed files with 22 additions and 23 deletions

View file

@ -12,7 +12,7 @@
namespace DinkyECS
{
typedef unsigned long Entity;
using Entity = unsigned long;
using EntityMap = std::unordered_map<Entity, size_t>;