Beispiel #1
0
 internal Propellant(global::Propellant propellantResource, global::Part underlyingPart)
 {
     resourceId = propellantResource.id;
     partId     = underlyingPart.flightID;
 }
Beispiel #2
0
 internal Propellant(global::Propellant propellantResource, global::Part underlyingPart)
 {
     propellantResource.UpdateConnectedResources(underlyingPart);
     resourceId = propellantResource.id;
     partId     = underlyingPart.flightID;
 }