Ejemplo n.º 1
0
 public PFBody(string name, string templateName, int flightGlobalsIndex, PFOrbit orbit,
               localUpdateDelegate localUpdate)
 {
     this.name               = name;
     this.templateName       = templateName;
     this.orbit              = orbit;
     this.localUpdate        = localUpdate;
     this.flightGlobalsIndex = flightGlobalsIndex;
 }
 public PFBody(string name, string templateName, int flightGlobalsIndex, PFOrbit orbit,
     localUpdateDelegate localUpdate)
 {
     this.name = name;
     this.templateName = templateName;
     this.orbit = orbit;
     this.localUpdate = localUpdate;
     this.flightGlobalsIndex = flightGlobalsIndex;
 }