StoryTeller.Persistence.JsonNode.AddComment C# (CSharp) Method

AddComment() public method

public AddComment ( string description ) : void
description string
return void
        public void AddComment(string description)
        {
            // Just don't care enough to do it
        }