SinglePlayerLogic Pass Method Delta Engine Documentation

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

public override void Pass()
Remarks

Tests: Drench.Tests.Logics.SinglePlayerLogicTests
Examples

1 unit tests call Drench.Logics.SinglePlayerLogic.Pass
[Test]
public void PassingDoesNothing()
{
    logic.Pass();
}
See Also