Beispiel #1
0
        static void Main(string[] args)
        {
            IGamePlugin plugin = new ConsolePlugin(new InteractionModule());

            try
            {
                plugin.Run();
            }
            catch (Exception)
            {
                Console.WriteLine("Plugin ended. Exiting.");
            }
        }