internal LaunchClamp(Part part) { Part = part; launchClamp = part.InternalPart.Module <global::LaunchClamp> (); if (launchClamp == null) { throw new ArgumentException("Part is not a launch clamp"); } }
internal LaunchClamp(Part part) { this.part = part; launchClamp = part.InternalPart.Module <global::LaunchClamp> (); if (launchClamp == null) { throw new ArgumentException("Part does not have a LaunchClamp PartModule"); } }