using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu(menuName = "Tasks/TVRepair")] public class TVRepairTask : Task { public override void OnTaskComplete() { } }