mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 03:49:19 +01:00
refactor: move Dalamud interface into a class
This commit is contained in:
parent
b37a2d1786
commit
3ee8e02f02
7 changed files with 367 additions and 329 deletions
|
|
@ -251,5 +251,10 @@ namespace Dalamud.Plugin
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void ReloadPlugins() {
|
||||
UnloadPlugins();
|
||||
LoadPlugins();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue