mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 22:16:08 +00:00
Network.cs, Update.cs - Marked as Obsolete
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace PckStudio.Classes.Networking
|
||||
{
|
||||
[Obsolete]
|
||||
class Network
|
||||
{
|
||||
public static string Version = Application.ProductVersion;
|
||||
|
||||
@@ -7,6 +7,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace PckStudio.Classes.Networking
|
||||
{
|
||||
[Obsolete]
|
||||
public enum UpdateResult
|
||||
{
|
||||
// Base Failure value
|
||||
@@ -19,6 +20,7 @@ namespace PckStudio.Classes.Networking
|
||||
UpdateFailure,
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
class UpdateOptions
|
||||
{
|
||||
public bool IsBeta { get; set; }
|
||||
@@ -45,6 +47,7 @@ namespace PckStudio.Classes.Networking
|
||||
}
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
static class Update
|
||||
{
|
||||
public static UpdateResult CheckForUpdate(UpdateOptions options)
|
||||
|
||||
Reference in New Issue
Block a user