Exemple #1
0
    public AudioSource SFX = null; // assign in the editor

    #endregion Fields

    #region Methods

    void Awake()
    {
        Instance = this;
        Instance.emailInventoryTitle = new string[]{"SHODAN-06.NOV.72","Rebecca-1","Dummy","","","",""};;
        Instance.emailInventoryIndices = new int[]{1,2,3,4,5,6,7};
        Instance.emailVoiceClips = emailVoiceClips;
    }
Exemple #2
0
    [SerializeField] public AudioSource SFX = null; // assign in the editor

    void Awake()
    {
        Instance = this;
        Instance.emailInventoryTitle   = new string[] { "SHODAN-06.NOV.72", "Rebecca-1", "Dummy", "", "", "", "" };;
        Instance.emailInventoryIndices = new int[] { 1, 2, 3, 4, 5, 6, 7 };
        Instance.emailVoiceClips       = emailVoiceClips;
    }