mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-29 04:09:17 +01:00
remove CharacterData, minor adjustments to logging
This commit is contained in:
parent
7a2fb8d594
commit
64f6380294
8 changed files with 214 additions and 66 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue