// Start is called before the first frame update void Start() { gameSession = FindObjectOfType <GameSessionLogic>(); ball = FindObjectOfType <BallLogic>(); }
public void Start() { gameSession = FindObjectOfType <GameSessionLogic>(); }