Add new Views system
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text;
|
||||
|
||||
namespace CoopSweeper.GameTypes
|
||||
{
|
||||
class Game
|
||||
public class Game
|
||||
{
|
||||
private readonly Random _random = new Random();
|
||||
private static int _checkID = 0;
|
||||
|
||||
Reference in New Issue
Block a user