Remove unneeded code
parent
6880589562
commit
1e0a9a71b2
|
@ -1,16 +1,8 @@
|
||||||
Public Class Player
|
Public Class Player
|
||||||
Private _winCondition As WinCondition
|
|
||||||
Public Property hand As New List(Of String)
|
Public Property hand As New List(Of String)
|
||||||
Public Property total As Integer
|
Public Property total As Integer
|
||||||
Public Property ingame As Boolean
|
Public Property ingame As Boolean
|
||||||
Public Property winType
|
Public Property winType As WinCondition
|
||||||
Get
|
|
||||||
Return _winCondition
|
|
||||||
End Get
|
|
||||||
Set
|
|
||||||
_winCondition = Value
|
|
||||||
End Set
|
|
||||||
End Property
|
|
||||||
|
|
||||||
Sub Start()
|
Sub Start()
|
||||||
hand.Clear()
|
hand.Clear()
|
||||||
|
|
Loading…
Reference in New Issue