StoryTeller.Persistence.JsonNode.AddComment C# (CSharp) 메소드

AddComment() 공개 메소드

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