예제 #1
0
파일: Player.cs 프로젝트: gamehunt/EXILED
 /// <summary>
 /// Invoked before a player dies.
 /// </summary>
 /// <param name="ev"><see cref="DyingEventArgs"/> instance.</param>
 public static void OnDying(DyingEventArgs ev) => Dying.InvokeSafely(ev);