Example #1
0
 private void Update()
 {
     if (puzzle_ != null)
     {
         activeBitmask.SetMask(puzzle_.currentValue);
         targetBitmask.SetMask(puzzle_.targetValue);
     }
 }