using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public partial class PlayerMain { [Header("Attack")] [SerializeField] private Transform shootingPoint; private void Input_OnRegularAttackTrigger(object sender, EventArgs e) { } }