static void Main(string[] args) { Console.Title = "Point Blank Battle Server"; Logger.Info("==============================================================================="); Logger.Info("Point Blank Battle Server"); Logger.Info("Develop OZ-Network.RU - 2015"); Logger.Info("==============================================================================="); Logger.Warn("Load Network==================================================================="); NetworkS.Load(); Console.ReadKey(); }
public static NetworkS Load() { _instance = new NetworkS(); return(_instance); }