public int RatSubscriberCount()
 {
     return(RatAttackEvent?.GetInvocationList().Length ?? 0);
 }
 public void OnRatAttackEvent()
 {
     RatAttackEvent?.Invoke(this, EventArgs.Empty);
 }