using UnityEngine; public class AbsorbInterceptor : BrokerInterceptor { protected override void Awake() { base.Awake(); } }