private void OnLightPunch() { attackController.LightPunch(); }
private void Start() { this.attackController = this.GetComponent <AttackController>(); attackController.LightPunch(); }