GameTests SendGhostsFromOneTreeToAnother Method Delta Engine Documentation

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

public void SendGhostsFromOneTreeToAnother()
Examples

[Test]
public void SendGhostsFromOneTreeToAnother()
{
    var trees = new TreeManager(Team.HumanYellow);
    trees.AddTree(new Vector2D(0.75f, 0.4f), Team.HumanYellow);
    trees.AddTree(new Vector2D(0.25f, 0.55f), Team.None);
}
See Also