Esempio n. 1
0
    private void Awake()
    {
        player            = Player.getInstance();
        groundPoolManager = GroundPoolManager.Instance;

        rigid = this.GetComponent <Rigidbody>();
    }
Esempio n. 2
0
 private void Awake()
 {
     groundPoolManager = GroundPoolManager.Instance;
     player            = Player.getInstance();
 }