SinglePlayerLogicTests MakeMove Method Delta Engine Documentation

Namespace: Drench.Tests.Logics
Assembly: Drench.Tests (in Drench.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void MakeMove()
Examples

[Test]
public void MakeMove()
{
    logic.MakeMove(Color.Red);
    Assert.AreEqual(Color.Red, logic.Board.GetColor(0, 0));
}
See Also