mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 22:36:02 +03:00
Add docs to quickstart
This commit is contained in:
parent
01bb3d4f23
commit
738a9fc5a8
3 changed files with 47 additions and 35 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace DotTiled;
|
||||
namespace DotTiled.Serialization;
|
||||
|
||||
/// <summary>
|
||||
/// Interface for a cache that stores Tiled resources for faster retrieval and reuse.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotTiled;
|
||||
namespace DotTiled.Serialization;
|
||||
|
||||
/// <summary>
|
||||
/// Able to read resources from a given path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue