SinglePlayerLogicTests ActivePlayerIsZero 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 ActivePlayerIsZero()
Examples

[Test]
public void ActivePlayerIsZero()
{
    Assert.AreEqual(0, logic.ActivePlayer);
}
See Also