Added Summaries to Chapter and Connector

Made some methods static
This commit is contained in:
2023-05-19 19:52:24 +02:00
parent 95eca6e1da
commit ea6026101b
2 changed files with 51 additions and 13 deletions

View File

@ -2,6 +2,10 @@
namespace Tranga;
/// <summary>
/// Has to be Part of a publication
/// Includes the Chapter-Name, -VolumeNumber, -ChapterNumber, the location of the chapter on the internet and the saveName of the local file.
/// </summary>
public struct Chapter
{
public string? name { get; }