Table of Contents

Class MobileTemplateDefinitionBase

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

Base DTO for polymorphic mobile templates.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(MobileTemplateDefinition), "mobile")]
public abstract class MobileTemplateDefinitionBase
Inheritance
MobileTemplateDefinitionBase
Derived
Inherited Members

Properties

Category

public string Category { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Tags

public List<string> Tags { get; set; }

Property Value

List<string>