Class PatchManifest
- Namespace
- FishMMO.Patcher
- Assembly
- Updater.dll
public class PatchManifest
- Inheritance
-
PatchManifest
- Inherited Members
-
Properties
DeletedFiles
[JsonPropertyName("deleted_files")]
public List<DeletedFileEntry> DeletedFiles { get; set; }
Property Value
- List<DeletedFileEntry>
ModifiedFiles
[JsonPropertyName("modified_files")]
public List<ModifiedFileEntry> ModifiedFiles { get; set; }
Property Value
- List<ModifiedFileEntry>
NewFiles
[JsonPropertyName("new_files")]
public List<NewFileEntry> NewFiles { get; set; }
Property Value
- List<NewFileEntry>
NewVersion
[JsonPropertyName("new_version")]
public string NewVersion { get; set; }
Property Value
- string
OldVersion
[JsonPropertyName("old_version")]
public string OldVersion { get; set; }
Property Value
- string