using System; using UnityEngine.Events; namespace MoleMole { [Serializable] public class FixFunction : UnityEvent { } }