mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-08 00:46:34 -08:00
6 lines
165 B
C#
6 lines
165 B
C#
namespace CounterStrikeSharp.API.Core;
|
|
|
|
public partial class CBasePlayerWeapon
|
|
{
|
|
public CBasePlayerWeaponVData? VData => GetVData<CBasePlayerWeaponVData>();
|
|
} |