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(
int width,
int height,
Vector2D[] homeSquares
)
protected Logic(
int width,
int height,
Vector2D[] homeSquares
)
Protected Sub New (
width As Integer,
height As Integer,
homeSquares As Vector2D()
)
Protected Sub New (
width As Integer,
height As Integer,
homeSquares As Vector2D()
)
protected:
Logic(
int width,
int height,
array<Vector2D>^ homeSquares
)
protected:
Logic(
int width,
int height,
array<Vector2D>^ homeSquares
)
new :
width : int *
height : int *
homeSquares : Vector2D[] -> Logic
new :
width : int *
height : int *
homeSquares : Vector2D[] -> Logic