mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 08:30:45 -05:00
add comment to IL patch to clarify what it does
This commit is contained in:
parent
f8fc319007
commit
67cafd4ded
@ -12,6 +12,12 @@ namespace SPT.SinglePlayer.Patches.ScavMode
|
|||||||
{
|
{
|
||||||
public class ScavPrefabLoadPatch : ModulePatch
|
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()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
||||||
// Struct324 - 3.10.0
|
// Struct324 - 3.10.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user