Example #1
0
 public void SetEnd(KeyScoutChild end)
 {
     this.end = end;
 }
Example #2
0
 public void AddChild(KeyScoutChild child)
 {
     children.Add(child);
 }