Exemplo n.º 1
0
 public GameCache(GameApplication application)
 {
     this.Application = application;
     this.pluginManager = new PluginManager(application.ApplicationRootPath);
 }
Exemplo n.º 2
0
 public HiveGameCache()
 {
     this.pluginManager = new PluginManager(ApplicationBase.Instance.ApplicationRootPath);
 }