CommandCaller constructor

CommandCaller(
  1. Shape _shape
)

Basic constructor, specify the shape of the board.

Implementation

CommandCaller(this._shape);