mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Created NexusFile class
This commit is contained in:
parent
f3b7b44d24
commit
1c9f960252
@ -46,6 +46,18 @@ namespace Wabbajack.Lib.NexusApi
|
|||||||
public bool contains_adult_content;
|
public bool contains_adult_content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class NexusFile
|
||||||
|
{
|
||||||
|
public ulong file_id;
|
||||||
|
public string name;
|
||||||
|
public string version;
|
||||||
|
public string file_name;
|
||||||
|
public string description;
|
||||||
|
public string mod_version;
|
||||||
|
public ulong category_id;
|
||||||
|
public string category_name;
|
||||||
|
}
|
||||||
|
|
||||||
public class EndorsementResponse
|
public class EndorsementResponse
|
||||||
{
|
{
|
||||||
public string message;
|
public string message;
|
||||||
|
Loading…
Reference in New Issue
Block a user