mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Make comment into summary
This commit is contained in:
parent
c2737cd8e7
commit
1b0a812afc
@ -79,7 +79,10 @@ namespace NewHorizons.Utility.DebugMenu
|
||||
|
||||
internal override void OnBeginLoadMod(DebugMenu debugMenu) {}
|
||||
|
||||
internal override void GainActive() {} // intentionally blank. do not set `DebugNomaiTextPlacer.active = true;` here
|
||||
/// <summary>
|
||||
/// intentionally blank. do not set <see cref="DebugNomaiTextPlacer.active"/> to <see langword="true"/> here
|
||||
/// </summary>
|
||||
internal override void GainActive() {}
|
||||
|
||||
internal override void LoseActive()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user