mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
Un-whether-or-not the codebase
This commit is contained in:
parent
f4102db488
commit
731d7e0f6e
59 changed files with 249 additions and 249 deletions
|
|
@ -19,7 +19,7 @@ internal class TargetSigScanner : SigScanner, IPublicDisposableService
|
|||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="TargetSigScanner"/> class.
|
||||
/// </summary>
|
||||
/// <param name="doCopy">Whether or not to copy the module upon initialization for search operations to use, as to not get disturbed by possible hooks.</param>
|
||||
/// <param name="doCopy">Whether to copy the module upon initialization for search operations to use, as to not get disturbed by possible hooks.</param>
|
||||
/// <param name="cacheFile">File used to cached signatures.</param>
|
||||
public TargetSigScanner(bool doCopy = false, FileInfo? cacheFile = null)
|
||||
: base(Process.GetCurrentProcess().MainModule!, doCopy, cacheFile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue