예제 #1
0
파일: Player.cs 프로젝트: gamehunt/EXILED
 /// <summary>
 /// Invoked before shooting.
 /// </summary>
 /// <param name="ev">The <see cref="ShootingEventArgs"/> instance.</param>
 public static void OnShooting(ShootingEventArgs ev) => Shooting.InvokeSafely(ev);