Class CharacterDraft_PreExistingCharacter
- Namespace
- BlazerTech.CharacterManagement.Characters
- Assembly
- Assembly-CSharp.dll
Wrapper for a pre created character when being edited in the Character Creation Menu. A copy of the character is provided and edited in the menu. Changes to the copy will be applied to the original when saved.
public class CharacterDraft_PreExistingCharacter : CharacterDraft, IDisposable
- Inheritance
-
CharacterDraft_PreExistingCharacter
- Implements
- Inherited Members
Constructors
CharacterDraft_PreExistingCharacter(LayeredCharacter, LayeredCharacter)
public CharacterDraft_PreExistingCharacter(LayeredCharacter originalCharacter, LayeredCharacter characterCopy)
Parameters
originalCharacter
LayeredCharactercharacterCopy
LayeredCharacter
Fields
preExistingCharacter
public LayeredCharacter preExistingCharacter
Field Value
Methods
SaveCharacter()
public override LayeredCharacter SaveCharacter()