Game over handling ready
This commit is contained in:
20
WinGreed/GameOverCheck.cs
Normal file
20
WinGreed/GameOverCheck.cs
Normal file
@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WinGreed
|
||||
{
|
||||
public class GameOverCheck
|
||||
{
|
||||
public GameOverCheck()
|
||||
{
|
||||
this.lvsave = null;
|
||||
this.points = 0;
|
||||
}
|
||||
|
||||
public ListViewItem lvsave { get; set; }
|
||||
public int points { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user