Inheritance: AlexandriaPlugin
Example #1
0
        internal Engine(Plugin plugin)
            : base(plugin)
        {
            AddFormat(new GraphicArchiveFormat(this));
            AddFormat(new PaletteArchiveFormat(this));
            AddFormat(new StringPackageFormat(this));

            AddGame(new GameUltimaUnderworld(this));
            AddGame(new GameUltimaUnderworld2(this));
            AddGame(new GameSystemShock(this));
        }