mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
doc: add documentation for TargetModuleScanner
This commit is contained in:
parent
788bc06833
commit
0d559c1ec8
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ namespace Dalamud.Plugin
|
|||
/// </summary>
|
||||
public readonly Framework Framework;
|
||||
|
||||
/// <summary>
|
||||
/// A <see cref="SigScanner">SigScanner</see> instance targeting the main module of the FFXIV process.
|
||||
/// </summary>
|
||||
public readonly SigScanner TargetModuleScanner;
|
||||
|
||||
private readonly Dalamud dalamud;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue