예제 #1
0
파일: BranchManager.cs 프로젝트: Nucs/Regen
 public void AdjustForLongBranchesBetween(int betweenLongBranchCount)
 {
     _myEnd.AdjustForLongBranch(betweenLongBranchCount);
 }
예제 #2
0
파일: BranchManager.cs 프로젝트: Nucs/Regen
 public void AdjustForLongBranches(int longBranchCount)
 {
     _myStart.AdjustForLongBranch(longBranchCount);
 }