示例#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);