Exemple #1
0
 public PredictionPattern(int weight, Vector2Int[] vectors, PredictionPatternData movedTile)
 {
     this.weight    = weight;
     this.vectors   = vectors;
     this.movedTile = movedTile;
 }
Exemple #2
0
 public PredictionPattern(int weight, Vector2Int[] vectors)
 {
     this.weight    = weight;
     this.vectors   = vectors;
     this.movedTile = default;
 }