Support launching an arbitrary mod. Hook up package detection for cnc.
This commit is contained in:
@@ -16,10 +16,14 @@
|
||||
{
|
||||
SidebarEntry *sidebarItems;
|
||||
GameInstall *game;
|
||||
NSDictionary *allMods;
|
||||
IBOutlet NSOutlineView *outlineView;
|
||||
IBOutlet WebView *webView;
|
||||
}
|
||||
- (void)launchGame;
|
||||
@property(readonly) NSDictionary *allMods;
|
||||
|
||||
- (void)launchMod:(NSString *)mod;
|
||||
- (void)populateModInfo;
|
||||
- (SidebarEntry *)sidebarModsTree;
|
||||
- (SidebarEntry *)sidebarOtherTree;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user