Plugin for the SSI Gold Box engine.
Inheritance: AlexandriaPlugin
Exemplo n.º 1
0
 internal Engine(Plugin plugin)
     : base(plugin)
 {
     AddFormat(new ArchiveFormat(this));
     AddFormat(new ImageFormat(this));
     AddFormat(new ScriptFormat(this));
 }