Remove unneeded code

remotes/origin/master
CrystalMoogle 2023-07-16 15:15:29 +01:00
parent 6880589562
commit 1e0a9a71b2
1 changed files with 1 additions and 9 deletions

View File

@ -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()