This commit is contained in:
Naresh Kumar 2024-03-19 00:42:53 +05:30
Родитель 8cf728d1ec
Коммит 5c9c79e139
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ namespace FabricHealer.SamplePlugins
protected override async Task<bool> CheckAsync()
{
//implement code that contains a RepairData.RepairPolicy object
//implement the action you want to perform in the custom repair.
//you can check the FabricHealer\Repair\Guan path for more detailed examples
}
}