Blackjack.Players.ActionTablePlayer.ActionTablePlayer C# (CSharp) 메소드

ActionTablePlayer() 공개 메소드

public ActionTablePlayer ( ActionTable table, long handsToPlay ) : System
table ActionTable
handsToPlay long
리턴 System
        public ActionTablePlayer(ActionTable table, long handsToPlay)
        {
            this.handsToPlay = handsToPlay;
            this.Table = table;
        }