Automatic.Apathy.AddInsult C# (CSharp) Method

AddInsult() private method

private AddInsult ( List responses ) : void
responses List
return void
        void AddInsult(List<Response> responses)
        {
            insults.Add(responses);
        }

Same methods

Apathy::AddInsult ( string text, ResponseType rType ) : void