Class PaperService.PaperBuild
- Namespace
- McServerLauncher.Services
- Assembly
- McServerLauncher.dll
public record PaperService.PaperBuild : IEquatable<PaperService.PaperBuild>
- Inheritance
-
PaperService.PaperBuild
- Implements
- Inherited Members
Constructors
PaperBuild(int, string, string, string?)
public PaperBuild(int Build, string FileName, string Url, string? Sha256)
Parameters
Properties
Build
public int Build { get; init; }
Property Value
FileName
public string FileName { get; init; }
Property Value
Sha256
public string? Sha256 { get; init; }
Property Value
Url
public string Url { get; init; }