void Start () {
            Health = GetComponent<Health>();

            // TODO(jordan): extract this into a MovesList class
            CurrentlySelectedAttack = GetComponent<BasicAttack>();

            // !DEBUG(aaron)
            //Controller.CombatTimer.After(0.25f, () => Debug.Log("Hello from Unit!"));
        }