AlbLib.SaveGame.Character.Character C# (CSharp) Method

Character() public method

Creates new character.
public Character ( ) : System
return System
        public Character()
        {
            source = new byte[940];
            ClassSpells = new int[7];
            Equipment = new Equipment();
        }

Same methods

Character::Character ( byte data ) : System