From df5a65450065b2fdcbfa4ba75a581376e5b164d7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 16 Sep 2020 23:41:23 +0200 Subject: [PATCH] clarify which file types can be loaded in the docs --- Docs/articles/raw_content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/articles/raw_content.md b/Docs/articles/raw_content.md index 00335ec..4370a47 100644 --- a/Docs/articles/raw_content.md +++ b/Docs/articles/raw_content.md @@ -31,7 +31,7 @@ By default, the raw content manager supports the following types, as long as the - `SoundEffect` (ogg, wav, mp3) - `Song` (gg, wav, mp3) - Any XML files (xml) -- Any JSON files (json) +- Any JSON files (json, json5, jsonc) To add more content types that can be loaded by the raw content manager, you simply have to extend either `RawContentReader` or the generic version, `RawContentReader`. For example, this is a content reader that loads a `txt` file as a string: ```cs