Start on File Transfer Packets & Handler Implementation
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MIT_Packets.Enums
|
||||
{
|
||||
public enum ClientStatus
|
||||
{
|
||||
Waiting,
|
||||
Downloading_Image,
|
||||
Applying_Image,
|
||||
Installing_Drivers,
|
||||
Joining,
|
||||
Completed,
|
||||
Idle
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user