BattleShip.Core.Player.Player C# (CSharp) 메소드

Player() 공개 메소드

public Player ( string email, string name ) : System
email string
name string
리턴 System
        public Player(string email, string name)
        {
            Email = email;
            Name = name;
        }