public BonusMatchingPattern(int weight, Vector2Int[] vectors, BonusMatchingPatternData matchResult) { this.weight = weight; this.vectors = vectors; this.matchResult = matchResult; }
public BonusMatchingPattern(int weight, Vector2Int[] vectors) { this.weight = weight; this.vectors = vectors; matchResult = default; }