Files
Nebula-Auth/NebulaAuth/Core/MyUpdateManager.cs
T
2024-02-01 01:21:56 +02:00

12 lines
167 B
C#

using System.Threading.Tasks;
namespace NebulaAuth.Core;
public static class UpdateManager
{
public static async Task CheckForUpdates()
{
}
}