BattleShip.Core.Player.Player C# (CSharp) Méthode

Player() public méthode

public Player ( string email, string name ) : System
email string
name string
Résultat System
        public Player(string email, string name)
        {
            Email = email;
            Name = name;
        }