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

add comment to IL patch to clarify what it does

This commit is contained in:
CWX 2024-07-12 14:56:10 +01:00
parent f8fc319007
commit 67cafd4ded

View File

@ -12,6 +12,12 @@ namespace SPT.SinglePlayer.Patches.ScavMode
{
public class ScavPrefabLoadPatch : ModulePatch
{
/// <summary>
/// Aim of this patch is to check what Side we are loading into the raid as.
/// then if we are Scav, the game will load the bundles for that
/// else it will load the bundles for PMC
/// </summary>
/// <returns></returns>
protected override MethodBase GetTargetMethod()
{
// Struct324 - 3.10.0