changed the diagnose to be easier to use

This commit is contained in:
mxritzdev
2025-05-14 20:13:24 +02:00
parent 609a0297d5
commit ebc1b9441e
12 changed files with 193 additions and 219 deletions

View File

@@ -1,8 +0,0 @@
namespace Moonlight.Shared.Misc;
public class DiagnoseProvider
{
public string Name { get; set; }
public string Type { get; set; }
}