feat: add skills

This commit is contained in:
k0t9i
2023-02-01 00:30:20 +04:00
parent 823241ef32
commit 32fdef9b1c
13 changed files with 310 additions and 14 deletions

View File

@@ -45,8 +45,7 @@ namespace Client.Domain.Service
public T? GetEntity(uint id)
{
T? result = null;
T? result;
entities.TryGetValue(id, out result);
return result;