Exemplo n.º 1
0
 public ThisPlayerDeadEvent(NetworkEntityDamageEvent source) : base(source)
 {
 }
Exemplo n.º 2
0
 public NpcKillNpcEvent(NetworkEntityDamageEvent source) : base(source)
 {
 }
Exemplo n.º 3
0
 public PlayerKillPlayerEvent(NetworkEntityDamageEvent source) : base(source)
 {
 }
Exemplo n.º 4
0
 public NpcDeadEvent(NetworkEntityDamageEvent source) : base(source)
 {
 }
Exemplo n.º 5
0
 protected EntityDamageSubEvent(NetworkEntityDamageEvent source)
 {
     SourceEvent = source;
 }