Beispiel #1
0
 void Start()
 {
     gameController  = WorldMethods.GetGameController();
     characterSpeech = gameObject.GetComponent <CharacterSpeech>();
     cursor          = WorldMethods.GetCursor();
     politicsManager = WorldMethods.GetPoliticsManager();
     rb = gameObject.GetComponent <Rigidbody>();
     interactionSounds = GameObject.Find("Main Camera").GetComponent <InteractionSounds>();
 }
Beispiel #2
0
 void Start()
 {
     interactionSounds = GameObject.Find("Main Camera").GetComponent <InteractionSounds>();
 }