using UnityEditor; using UnityEngine; [System.Serializable] public enum MissionTypeEnum { Collect, Kill }