add SystemInfoService, increase API to 3

This commit is contained in:
Stanley Dimant
2022-07-06 11:37:06 +02:00
parent 64f6380294
commit f307c9c486
7 changed files with 184 additions and 20 deletions

View File

@@ -8,6 +8,5 @@ namespace MareSynchronos.API
public string GlamourerData { get; set; }
public string ManipulationData { get; set; }
public string Hash { get; set; }
public int JobId { get; set; }
}
}