The plugin for Albion.
Inheritance: Alexandria.AlexandriaPlugin
Example #1
0
 public Game(Plugin plugin)
     : base(plugin, null)
 {
     AddFormat(new LibraryFormat(this));
     AddFormat(new PaletteFormat(this));
 }