Namespace: GhostWars.Tests
Assembly: GhostWars.Tests (in GhostWars.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: GhostWars.Tests (in GhostWars.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
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