-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
597b4c4
commit bcfed10
Showing
4 changed files
with
40 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
using Dalamud.Plugin.Services; | ||
using Dalamud.Plugin; | ||
using Dalamud.IoC; | ||
|
||
namespace WheresMouse | ||
{ | ||
|
||
internal class Service | ||
{ | ||
|
||
[PluginService] public IDalamudPluginInterface pi { get; private set; } | ||
[PluginService] public ICommandManager cm { get; private set; } | ||
[PluginService] public IClientState cs { get; private set; } | ||
[PluginService] public ICondition cd { get; private set; } | ||
[PluginService] public IPluginLog lo { get; private set; } | ||
|
||
} | ||
|
||
} |
File renamed without changes.