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