Example #1
0
 public static Settings LoadSettings(DecoupledStorage storage)
 {
     return new Settings()
     {
         Prefixes = storage.ReadStrings("Fader", "Prefixes")
     };
 }