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
Properties
Summary
public string Summary { get; init; }
Property Value
Tagline
public string Tagline { get; init; }