Automatic.Apathy.AddInsult C# (CSharp) Méthode

AddInsult() private méthode

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

Same methods

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