0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 20:30:43 -05:00

Improved comments

This commit is contained in:
Dev 2024-10-03 09:53:06 +01:00
parent 1a890630b0
commit 69dc7e5ae2

View File

@ -7,7 +7,8 @@ using HarmonyLib;
namespace SPT.SinglePlayer.Patches.MainMenu
{
/// <summary>
/// Remove the ready button from select location screen
/// Remove the ready button from select location screen,
/// easier to remove button than fix problems caused by clicking it
/// </summary>
public class DisableReadyLocationReadyPatch : ModulePatch
{