void SetInitialReferences() { entityComponent = transform.GetComponent <Entity>(); attackComponent = transform.GetComponent <Attack>(); }