Example #1
0
 //methods
 public Planet SetChild(StarSystem child)
 {
     this.Child = child;
     return this;
 }
Example #2
0
 //methods
 public Planet SetChild(StarSystem child)
 {
     this.Child = child;
     return(this);
 }