Table of Contents

Class ItemTemplateDefinitionBase

Namespace
Moongate.UO.Data.Templates.Items
Assembly
Moongate.UO.Data.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(ItemTemplateDefinition), "item")]
public abstract class ItemTemplateDefinitionBase
Inheritance
ItemTemplateDefinitionBase
Derived
Inherited Members

Properties

Category

public string Category { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string