Belot.Player.Player C# (CSharp) 메소드

Player() 보호된 메소드

Constructor for the class.
protected Player ( ) : System
리턴 System
        protected Player( )
        {
            this._cards = new CardsCollection();
            this._cards.Changed += new Belot.CardsCollection.CardsCollectionChangedHandler( RaiseCardsChanged );
        }

Same methods

Player::Player ( string name ) : System