mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
12 lines
167 B
C#
12 lines
167 B
C#
using System.Threading.Tasks;
|
|
|
|
|
|
namespace NebulaAuth.Core;
|
|
|
|
public static class UpdateManager
|
|
{
|
|
public static async Task CheckForUpdates()
|
|
{
|
|
|
|
}
|
|
} |