Example #1
0
 public StackingBoolLock(StackingBool sb)
 {
     _sb = sb; _sb._count++;
 }