Suppression de la classe Pion inutile

pull/52/head
Rémi LAVERGNE 1 year ago
parent 90fc7e15d2
commit fddf63c46d

@ -1,22 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Models
{
public class Pion
{
public Pion(Position pos)
{
Position = pos;
}
public Position Position { get; set; }
public bool Select { get; set; }
public override string ToString()
{
return $"{Select}"; }
}
}
Loading…
Cancel
Save