Inheritance: AlexandriaPlugin
示例#1
0
 internal Game(Plugin plugin)
     : base(plugin, null)
 {
     AddFormat(new ArchiveFormat(this));
 }