using AsyncRAT_Sharp.Sockets; using System.Collections.Generic; namespace AsyncRAT_Sharp { class Settings { public static readonly List Online = new List(); public static readonly int Port = 6606; public static readonly string Version = "0.2.2"; public static long Sent = 0; public static long Received = 0; } }