private void Start()
 {
     if (UtilRandom.Bool(chance))
     {
         OnFired();
     }
 }