public GridProperty(GridCoord gridCoord, GridBoolProperty gridBoolProperty, bool gridBoolValue) { this.gridCoord = gridCoord; this.gridBoolProperty = gridBoolProperty; this.gridBoolValue = gridBoolValue; }
public GridProperty(GridCoordinate gridCoordinate, GridBoolProperty gridBoolProperty, bool gridBoolValue) { this.gridCoordinate = gridCoordinate; this.gridBoolProperty = gridBoolProperty; this.gridBoolValue = gridBoolValue; }