From 2d8641a42822acf4ec85cff9f55614451abf71f7 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Mon, 16 Dec 2019 20:51:46 -0600 Subject: [PATCH] Added note for possible changes --- IPA.Loader/Config/IConfigProvider.cs | 2 ++ 1 file changed, 2 insertions(+) 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. ///