Flood.Editor.Server.EditorServer.Serve C# (CSharp) Method

Serve() public method

public Serve ( ) : void
return void
        public void Serve()
        {
            Console.WriteLine("Server is starting...");
        }