Esempio n. 1
0
//	Quaternion rotI = new Quaternion(0f, 30f, 0f);
    // Use this for initialization
    void Start()
    {
        robotsound = gameObject.GetComponent <RobotSounds> ();
    }
 public void SetRoom(int RoomID)
 {
     currentRoom = robotSounds[RoomID];
 }