Exemple #1
0
 public PwmGun(XElement element) : base(element)
 {
     DutyRatioSpeedTable = new LinearInterpolationLookupTable( );
 }
Exemple #2
0
 public PwmGun(byte id, GunSize size) : base(id, size)
 {
     DutyRatioSpeedTable = new LinearInterpolationLookupTable( );
 }