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