Inheritance: AlexandriaPlugin
Esempio n. 1
0
 internal Game(Plugin plugin)
     : base(plugin, null)
 {
     AddFormat(new ArchiveFormat(this));
 }