Inheritance: AlexandriaPlugin
コード例 #1
0
ファイル: Engine.cs プロジェクト: Burton-Radons/Alexandria
        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));
        }