public int RatSubscriberCount()
 {
     return(RatAttackEvent?.GetInvocationList().Length ?? 0);
 }