using System; using UnityEngine.Events; [Serializable] public class DmgEvent { public UnityEvent eventToCall; public float dmg; }