Class StoreTagCatalog
- Namespace
- McServerLauncher.Models.Store
- Assembly
- McServerLauncher.dll
The tag catalogue, loaded from Resources/store-tags.json (and optionally overridden in
the user's data folder). It is deliberately plain data: a new tag, a new keyword or a different
colour is a change to that file, never to this code.
public class StoreTagCatalog
- Inheritance
-
StoreTagCatalog
- Inherited Members
Properties
Tags
[JsonPropertyName("tags")]
public List<StoreTagDefinition> Tags { get; set; }
Property Value
Version
[JsonPropertyName("version")]
public int Version { get; set; }