mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
7 lines
184 B
C#
7 lines
184 B
C#
using CounterStrikeSharp.API.Core;
|
|
|
|
namespace Jailbreak.Public.Mod.Weapon;
|
|
|
|
public interface IEquipBlocker {
|
|
bool PreventEquip(CCSPlayerController player, CCSWeaponBase weapon);
|
|
} |