mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 16:27:47 +01:00
Rename GameResourceManagement, add some output
This commit is contained in:
parent
041485cad4
commit
940f1fbb3d
11 changed files with 65 additions and 34 deletions
|
|
@ -46,7 +46,7 @@ namespace Penumbra
|
|||
MusicManager = new MusicManager();
|
||||
MusicManager.DisableStreaming();
|
||||
|
||||
var gameUtils = Service< GameResourceManagement >.Set();
|
||||
var gameUtils = Service< ResidentResources >.Set();
|
||||
PlayerWatcher = PlayerWatchFactory.Create( Dalamud.Framework, Dalamud.ClientState, Dalamud.Objects );
|
||||
Service< MetaDefaults >.Set();
|
||||
var modManager = Service< ModManager >.Set();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue