doc: add documentation for TargetModuleScanner

This commit is contained in:
goat 2020-01-07 00:01:07 +09:00
parent 788bc06833
commit 0d559c1ec8

View file

@ -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;