mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 20:37:42 +01:00
Abstract GameProcess
This commit is contained in:
parent
67f4795cf6
commit
117d1dfbb2
4 changed files with 97 additions and 63 deletions
|
|
@ -10,18 +10,6 @@ namespace Dalamud.Injector
|
|||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
var pid = 12336u;
|
||||
var binDirectory = "";
|
||||
var rootDirectory = "";
|
||||
|
||||
var boot = new Bootstrapper(new BootstrapperOptions
|
||||
{
|
||||
BinaryDirectory = "",
|
||||
RootDirectory = "",
|
||||
});
|
||||
|
||||
boot.Relaunch(pid);
|
||||
|
||||
Parser.Default.ParseArguments<InjectOptions, LaunchOptions>(args)
|
||||
.WithParsed<InjectOptions>(Inject)
|
||||
.WithParsed<LaunchOptions>(Launch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue