using System.Collections; using System.Collections.Generic; using UnityEngine; public class CloneAttackLine : CloneDashedLine { public override void Awake() { cloneObjType = CloneObjType.AttackLine; ResourcesName = "Prefab/Tool/AttackItem"; parentResourcesName = "Prefab/Tool/WarningLineParent"; base.Awake(); } }