From d4c76de4dffbc3d942948ed7a7403028fae8bd23 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 3 Feb 2022 18:47:22 +0100 Subject: [PATCH] docs(data): add documentation for NostaleData --- Data/NosSmooth.Data.Abstractions/NostaleData.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Data/NosSmooth.Data.Abstractions/NostaleData.cs b/Data/NosSmooth.Data.Abstractions/NostaleData.cs index b4e01e3..ba737dc 100644 --- a/Data/NosSmooth.Data.Abstractions/NostaleData.cs +++ b/Data/NosSmooth.Data.Abstractions/NostaleData.cs @@ -9,6 +9,14 @@ using NosSmooth.Data.Abstractions.Language; namespace NosSmooth.Data.Abstractions; +/// +/// The parsed NosTale data. +/// +/// The language translations. +/// The items information. +/// The monsters information. +/// The skills information. +/// The maps information. public record NostaleData ( IReadOnlyDictionary>> Translations, -- 2.49.0