Example #1
0
 public static string MakeConfigFilePath(this TorchPluginBase self)
 {
     return(self.MakeFilePath($"{self.GetType().Name}.cfg"));
 }
Example #2
0
 public static string MakeConfigFilePath(this TorchPluginBase self)
 {
     return(Path.Combine(self.StoragePath, $"{self.GetType().Name}.cfg"));
 }