using System.Collections; using System.Collections.Generic; using UnityEngine; public class AttackBehaviorMelee : MonoBehaviour { Controller controller; // Use this for initialization void Start () { controller = GetComponent (); } void Update() { // } }