Esempio n. 1
0
    public override void SetupAllDict()
    {
        LeadDictionary        = new MyDictionary <AudioClip>();
        LeadDictionary.I1Dict = LeadDictionary.AddClipsListToDict(_i1Neutral, _i1Red, _i1Blue);
        LeadDictionary.I2Dict = LeadDictionary.AddClipsListToDict(_i2Neutral, _i2Red, _i2Blue);
        LeadDictionary.I3Dict = LeadDictionary.AddClipsListToDict(_i3Neutral, _i3Red, _i3Blue);

        LeadDictionary.I3StateTactsForI3ClipDict = LeadDictionary.AddI3TactsListToDict(_i3StateTacts, _i3Neutral, _i3Red, _i3Blue);
    }