VenomRat
This commit is contained in:
12
Handle_Packet/NetStatItem.cs
Normal file
12
Handle_Packet/NetStatItem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Server.Handle_Packet;
|
||||
|
||||
public class NetStatItem
|
||||
{
|
||||
public string id { get; set; }
|
||||
|
||||
public string local { get; set; }
|
||||
|
||||
public string remote { get; set; }
|
||||
|
||||
public string state { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user