public SFXKeyFrame(AnimationObjectKeyFrame Copy) { _SFX = new SFX(); }
public SFXHelper(SFX SFX) { InitializeComponent(); this.SFX = SFX; }
internal SFXKeyFrame() { _SFX = new SFX(); }
public SFXHelper() { InitializeComponent(); SFX = new SFX(); }