Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CastleWall(int, int)

Declaration

public CastleWall(
    int width,
    int height
)

Summary

Constructor.

Parameters

intwidth Specifies the width of the puzzle grid.
intheight Specifies the height of the puzzle grid.