NYAN CAT 23539823ef Update
More stability.
2019-01-24 10:17:51 -08:00

12 lines
233 B
C#

using AsyncRAT_Sharp.Sockets;
using System.Collections.Generic;
namespace AsyncRAT_Sharp
{
class Settings
{
public static List<Clients> Online = new List<Clients>();
public static int Port = 8080;
}
}