EddiSpeechResponder.SpeechResponder.ResponderDescription C# (CSharp) 메소드

ResponderDescription() 공개 메소드

public ResponderDescription ( ) : string
리턴 string
        public string ResponderDescription()
        {
            return "Respond to events with pre-scripted responses using the information available.  Not all events have scripted responses by default; those that do not have the 'Test' button disabled.  The default personality can be copied, which allows existing scripts to be modified or disabled, and new scripts to be written, to suit your preferences.";
        }