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