Chapter readonly struct

This commit is contained in:
glax 2023-07-30 17:09:39 +02:00
parent abf587377c
commit b610ec734e

View File

@ -7,7 +7,7 @@ namespace Tranga;
/// 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 readonly struct Chapter
{
public Publication parentPublication { get; }
public string? name { get; }