remove CharacterData, minor adjustments to logging

This commit is contained in:
Stanley Dimant 2022-07-04 13:38:07 +02:00
parent 7a2fb8d594
commit 64f6380294
8 changed files with 214 additions and 66 deletions

View file

@ -1,13 +0,0 @@
using System.Collections.Generic;
using MareSynchronos.API;
namespace MareSynchronosServer.Models
{
public class CharacterData
{
public string UserId { get; set; }
public int JobId { get; set; }
public CharacterCacheDto CharacterCache { get; set; }
public string Hash { get; set; }
}
}