📝 added documentation comments

This commit is contained in:
2025-11-15 22:27:26 +01:00
parent 6613e54658
commit c9f97c2571
3 changed files with 30 additions and 4 deletions
@@ -2,6 +2,10 @@ using System;
namespace Babushka.scripts.CSharp.Common.Savegame;
/// <summary>
/// Central structure for SaveData entries.
/// SceneName and ID are later combined and used as keys for the save system.
/// </summary>
[Serializable]
public class SaveData
{