mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-29 09:59:17 +01:00
idk, it's just too many changes by now
This commit is contained in:
parent
3fe6c9df15
commit
1ac5e2655e
15 changed files with 333 additions and 164 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
namespace MareSynchronosServer.Models
|
||||
{
|
||||
public class Visibility
|
||||
{
|
||||
public string CID { get; set; }
|
||||
public string OtherCID { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue