fix: fix toggle soulshot method

This commit is contained in:
k0t9i
2023-02-10 19:00:56 +04:00
parent 81e26a7e52
commit 7276b24249
22 changed files with 261 additions and 70 deletions

View File

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace Client.Domain.Entities
{
public abstract class BaseItem : EntityInterface
public abstract class BaseItem
{
public uint Id { get; set; }
public uint ItemId { get; set; }