Example #1
0
 // Token: 0x06000C09 RID: 3081 RVA: 0x00035AC2 File Offset: 0x00033CC2
 public static bool HealBeamAlreadyExists(GameObject owner, HurtBox target)
 {
     return(HealBeamController.HealBeamAlreadyExists(owner, target.healthComponent));
 }