diff --git a/IPA.Loader/Config/IConfigProvider.cs b/IPA.Loader/Config/IConfigProvider.cs index 823c7fb0..aa7f28c9 100644 --- a/IPA.Loader/Config/IConfigProvider.cs +++ b/IPA.Loader/Config/IConfigProvider.cs @@ -43,6 +43,8 @@ namespace IPA.Config /// FileInfo File { set; } + // TODO: consider moving to asynchronous Store and Load with a FileInfo parameter + /// /// Stores the given to disk in the format specified. ///