feat: add autouse of items

This commit is contained in:
k0t9i
2023-01-25 00:17:35 +04:00
parent 4cfb986ce0
commit a2bcb25f0e
8 changed files with 100 additions and 2 deletions

View File

@@ -170,6 +170,7 @@
<ClInclude Include="Events\EventDispatcher.h" />
<ClInclude Include="Events\HeroCreatedEvent.h" />
<ClInclude Include="Events\HeroDeletedEvent.h" />
<ClInclude Include="Events\ItemAutousedEvent.h" />
<ClInclude Include="Events\ItemCreatedEvent.h" />
<ClInclude Include="Events\ItemDeletedEvent.h" />
<ClInclude Include="Events\ItemUpdatedEvent.h" />