Exemplo n.º 1
0
    private void Awake()
    {
        bettingSection = BettingSection.Instance;
        bettingPanel   = BettingPanel.Instance;

        StartCoroutine(Load());
    }
Exemplo n.º 2
0
 private void Awake()
 {
     battingSection = BettingSection.Instance;
 }