public override void Started(StartContextWrapper context) { base.Started(context); if (sfAPI != null && sfAPI.ApiCallback != null) { sfAPI.ApiCallback.Started(context); } }
public virtual void Started(StartContextWrapper context) { }