Browse Source

Added note for possible changes

4.0.0-beta
Anairkoen Schno 4 years ago
parent
commit
2d8641a428
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      IPA.Loader/Config/IConfigProvider.cs

+ 2
- 0
IPA.Loader/Config/IConfigProvider.cs View File

@ -43,6 +43,8 @@ namespace IPA.Config
/// </remarks>
FileInfo File { set; }
// TODO: consider moving to asynchronous Store and Load with a FileInfo parameter
/// <summary>
/// Stores the <see cref="Value"/> given to disk in the format specified.
/// </summary>


Loading…
Cancel
Save