Table of Contents

Class CharacterTypeGroups_DTO

Namespace
BlazerTech.CharacterManagement.Characters
Assembly
Assembly-CSharp.dll
public class CharacterTypeGroups_DTO
Inheritance
CharacterTypeGroups_DTO

Constructors

CharacterTypeGroups_DTO(CharacterGroupRegistry)

public CharacterTypeGroups_DTO(CharacterGroupRegistry characterTypeGroups)

Parameters

characterTypeGroups CharacterGroupRegistry

Fields

CharacterTypeIdentifier

public string CharacterTypeIdentifier

Field Value

string

FixedGroups

public List<FixedCharacterGroup.FixedCharacterGroup_DTO> FixedGroups

Field Value

List<FixedCharacterGroup.FixedCharacterGroup_DTO>

FlexibleGroups

public List<FlexibleCharacterGroup.FlexibleCharacterGroup_DTO> FlexibleGroups

Field Value

List<FlexibleCharacterGroup.FlexibleCharacterGroup_DTO>

PrimaryCharacterSlot

public SingleSlotCharacterGroup.SingleSlotCharacterGroup_DTO PrimaryCharacterSlot

Field Value

SingleSlotCharacterGroup.SingleSlotCharacterGroup_DTO

Methods

IsValid()

public bool IsValid()

Returns

bool