public void Awake() { singleAttack = GetComponent <BCharacterAttackerSingle>(); moveAttack = GetComponent <BCharacterAttackerMove>(); }
public void Awake() { singleAttack = GetComponent<BCharacterAttackerSingle>(); moveAttack = GetComponent<BCharacterAttackerMove>(); }