idk, it's just too many changes by now

This commit is contained in:
Stanley Dimant 2022-06-28 23:51:19 +02:00
parent 3fe6c9df15
commit 1ac5e2655e
15 changed files with 333 additions and 164 deletions

View file

@ -7,8 +7,7 @@ namespace MareSynchronosServer.Models
{
public string UserId { get; set; }
public int JobId { get; set; }
public List<FileReplacementDto> EquipmentData { get; set; }
public string GlamourerData { get; set; }
public CharacterCacheDto CharacterCache { get; set; }
public string Hash { get; set; }
}
}

View file

@ -1,8 +0,0 @@
namespace MareSynchronosServer.Models
{
public class Visibility
{
public string CID { get; set; }
public string OtherCID { get; set; }
}
}