DrenchMenuTests NetworkGame Method Delta Engine Documentation

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

public void NetworkGame()
Examples

[Test, CloseAfterFirstFrame, Ignore]
public void NetworkGame()
{
    ClickMouse(new Vector2D(0.11f, 0.6f));
    ClickMouse(new Vector2D(0.11f, 0.68f));
}
See Also