CFloorSlot.CFloorSlot C# (CSharp) Method

CFloorSlot() public method

public CFloorSlot ( byte position ) : System
position byte
return System
    public CFloorSlot(byte position)
    {
        this.cards = new List<CCard>();
        this.slot_position = position;

        reset();
    }