added some base types
This commit is contained in:
14
CoopSweeper/GameTypes/Field.cs
Normal file
14
CoopSweeper/GameTypes/Field.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CoopSweeper.GameTypes
|
||||
{
|
||||
|
||||
class Field : IField
|
||||
{
|
||||
public bool ContainsBomb { get; set; }
|
||||
|
||||
public FieldState State { get; set;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user