private void Start() { playerParty = Game.Instance.PlayerParty; laneMover = GetComponent <MoveCharacterToLane>(); enemySpawner = GetComponent <EnemySpawner>(); performAction = GetComponent <PerformAction>(); SetupPartyPlayer(); filler.FillWithStats(); }