Add docs to quickstart

This commit is contained in:
Daniel Cronqvist 2024-09-02 23:58:25 +02:00
parent 01bb3d4f23
commit 738a9fc5a8
3 changed files with 47 additions and 35 deletions

View file

@ -1,4 +1,4 @@
namespace DotTiled;
namespace DotTiled.Serialization;
/// <summary>
/// Interface for a cache that stores Tiled resources for faster retrieval and reuse.

View file

@ -1,4 +1,4 @@
namespace DotTiled;
namespace DotTiled.Serialization;
/// <summary>
/// Able to read resources from a given path.