Table of Contents

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

Build int
FileName string
Url string
Sha256 string

Properties

Build

public int Build { get; init; }

Property Value

int

FileName

public string FileName { get; init; }

Property Value

string

Sha256

public string? Sha256 { get; init; }

Property Value

string

Url

public string Url { get; init; }

Property Value

string