feat: add items #wip

This commit is contained in:
k0t9i
2023-02-02 16:54:38 +04:00
parent 03423d0c41
commit c35f4e317a
14 changed files with 273 additions and 49 deletions

View File

@@ -39,6 +39,9 @@ namespace Client.Infrastructure.Factories
case MessageTypeEnum.Skill:
result = serviceProvider.GetService<SkillHandler>();
break;
case MessageTypeEnum.Item:
result = serviceProvider.GetService<ItemHander>();
break;
}
if (result == null)