Class SingleSlotCharacterGroup.SingleSlotCharacterGroup_DTO
- Namespace
- BlazerTech.CharacterManagement.Characters
- Assembly
- Assembly-CSharp.dll
[Serializable]
public class SingleSlotCharacterGroup.SingleSlotCharacterGroup_DTO
- Inheritance
-
SingleSlotCharacterGroup.SingleSlotCharacterGroup_DTO
Constructors
SingleSlotCharacterGroup_DTO(LayeredCharacter, string)
public SingleSlotCharacterGroup_DTO(LayeredCharacter character, string groupName)
Parameters
character
LayeredCharacter
groupName
string
SingleSlotCharacterGroup_DTO(SingleSlotCharacterGroup)
public SingleSlotCharacterGroup_DTO(SingleSlotCharacterGroup primaryCharacterSlot)
Parameters
primaryCharacterSlot
SingleSlotCharacterGroup
Fields
Character
public LayeredCharacter.LayeredCharacter_DTO Character
Field Value
- LayeredCharacter.LayeredCharacter_DTO
GroupName
Field Value
- string