Table of Contents

Struct StoreBlurb

Namespace
McServerLauncher.Models.Store
Assembly
McServerLauncher.dll

The hand-written plain-language summaries, generated into Resources/store-summaries.json by tools/generate-store-summaries.py.

Keyed by Modrinth project id, because ids are permanent and slugs can be renamed. Each entry is a flat map so a new language is a change to the data file and the generator, not to this code: the reserved keys are slug and title, everything else is a language code.

public readonly record struct StoreBlurb : IEquatable<StoreBlurb>
Implements
Inherited Members

Constructors

StoreBlurb(string, string)

The hand-written plain-language summaries, generated into Resources/store-summaries.json by tools/generate-store-summaries.py.

Keyed by Modrinth project id, because ids are permanent and slugs can be renamed. Each entry is a flat map so a new language is a change to the data file and the generator, not to this code: the reserved keys are slug and title, everything else is a language code.

public StoreBlurb(string Summary, string Tagline)

Parameters

Summary string
Tagline string

Properties

Summary

public string Summary { get; init; }

Property Value

string

Tagline

public string Tagline { get; init; }

Property Value

string