예제 #1
0
    private void Awake()
    {
        player            = Player.getInstance();
        groundPoolManager = GroundPoolManager.Instance;

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