AcademyRPG.Giant.Giant C# (CSharp) Méthode

Giant() public méthode

public Giant ( string name, Point position ) : System
name string
position Point
Résultat System
        public Giant(string name, Point position)
            : base(name, position, 0)
        {
            this.AttackPoints = 150;
            this.DefensePoints = 80;
            this.HitPoints = 200;
        }