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 = 8080; public static readonly string Version = "0.2"; } }