Beispiel #1
0
 public void OnScp096Enrage(Scp096EnrageEvent ev)
 {
     send(ev, new IdMapping()
          .appendId(Lib.PLAYER_ID, ev.Player)
          .appendId(Lib.PLAYER_EVENT_SCPDATA_ID, ev.Player.Scp079Data)
          .appendId(Lib.PLAYER_EVENT_TEAM_ROLE_ID, ev.Player.TeamRole)
          );
 }
Beispiel #2
0
 void IEventHandlerScp096Enrage.OnScp096Enrage(Scp096EnrageEvent ev)
 {
     running = true;
 }
 public void OnEnrage(ref Scp096EnrageEvent ev)
 {
     Scp096KillCount = 0;
 }