mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-15 11:02:17 +02:00
Renamed some variables,
changed some access-types to protected/readonly Made Resharper a bit happier
This commit is contained in:
@ -5,7 +5,7 @@ namespace Tranga;
|
||||
/// <summary>
|
||||
/// Contains information on a Publication (Manga)
|
||||
/// </summary>
|
||||
public struct Publication
|
||||
public readonly struct Publication
|
||||
{
|
||||
public string sortName { get; }
|
||||
[JsonIgnore]public string[,] altTitles { get; }
|
||||
|
Reference in New Issue
Block a user