Table of Contents

Class StartupTemplateDocument

Namespace
Moongate.UO.Data.Templates.Startup
Assembly
Moongate.UO.Data.dll

Represents a startup template JSON document loaded from disk.

public sealed class StartupTemplateDocument
Inheritance
StartupTemplateDocument
Inherited Members

Properties

Content

Raw JSON payload for the template.

public required JsonElement Content { get; init; }

Property Value

JsonElement

Id

Template identifier, usually the source file name without extension.

public required string Id { get; init; }

Property Value

string