AutobiographicMemory.AM.BaseEvent.LinkEmotion C# (CSharp) Method

LinkEmotion() public method

public LinkEmotion ( string emotionType ) : void
emotionType string
return void
            public void LinkEmotion(string emotionType)
            {
                m_linkedEmotions.Add(emotionType);
            }