using System; namespace XUtliPoolLib { public interface IFxPro { void SetDofFade(float fade); void Enable(bool enable); } }