AlbLib.SaveGame.Character.Character C# (CSharp) Méthode

Character() public méthode

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

Same methods

Character::Character ( byte data ) : System