Initializes a new instance of the
Logic class
Namespace: Drench.LogicsAssembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
protected Logic(
Board Data boardData,
Vector2D[] homeSquares
)
protected Logic(
Board..::..Data boardData,
Vector2D[] homeSquares
)
Protected Sub New (
boardData As Board Data,
homeSquares As Vector2D()
)
Protected Sub New (
boardData As Board..::..Data,
homeSquares As Vector2D()
)
protected:
Logic(
Board Data^ boardData,
array<Vector2D>^ homeSquares
)
protected:
Logic(
Board..::..Data^ boardData,
array<Vector2D>^ homeSquares
)
new :
boardData : Board Data *
homeSquares : Vector2D[] -> Logic
new :
boardData : Board..::..Data *
homeSquares : Vector2D[] -> Logic