Method:
On_ShotgunShoot
Argument(s):
ShotgunShootEvent
Examples:
C# (This event is called a lot, so I decided to make It only for C#)
On_ShotgunShoot
Argument(s):
ShotgunShootEvent
Examples:
C# (This event is called a lot, so I decided to make It only for C#)
C#:
public void ShotgunShootEvent(ShotgunShootEvent ShootEvent)
{
var Player = shootevent.Player;
}