Class FixedCharacterGroup.FixedCharacterGroup_DTO
- Namespace
- BlazerTech.CharacterManagement.Characters
- Assembly
- Assembly-CSharp.dll
[Serializable]
public class FixedCharacterGroup.FixedCharacterGroup_DTO
- Inheritance
-
FixedCharacterGroup.FixedCharacterGroup_DTO
Constructors
FixedCharacterGroup_DTO(FixedCharacterGroup)
public FixedCharacterGroup_DTO(FixedCharacterGroup fixedCharacterGroup)
Parameters
fixedCharacterGroup
FixedCharacterGroup
FixedCharacterGroup_DTO(string, LayeredCharacter[])
public FixedCharacterGroup_DTO(string groupName, LayeredCharacter[] characters)
Parameters
groupName
string
characters
LayeredCharacter[]
Fields
Characters
public LayeredCharacter.LayeredCharacter_DTO[] Characters
Field Value
- LayeredCharacter_DTO[]
GroupName
Field Value
- string