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

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