Initializes a new instance of the
Tree class
Namespace: GhostWarsAssembly: GhostWars (in GhostWars.exe) Version: 1.1.1.0 (1.1.1)
public Tree(
Vector2D position,
Team team
)
public Tree(
Vector2D position,
Team team
)
Public Sub New (
position As Vector2D,
team As Team
)
Public Sub New (
position As Vector2D,
team As Team
)
public:
Tree(
Vector2D position,
Team team
)
public:
Tree(
Vector2D position,
Team team
)
new :
position : Vector2D *
team : Team -> Tree
new :
position : Vector2D *
team : Team -> Tree