Exemplo n.º 1
0
    // Use this for initialization
    public virtual void Start()
    {
        playerControllerData = GetComponent <PlayerControllerData>();
        god = GameObject.Find("Bondage God").GetComponent <BondageGod>();
        //DEBUG

        speaker = GetComponent <AudioSource>();
    }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     bondageGod = GameObject.Find("Bondage God").GetComponent <BondageGod>();
 }