コード例 #1
0
 private void OnElectrocutionAttempt(EntityUid uid, InventoryComponent component, ElectrocutionAttemptEvent args)
 {
     RelayInventoryEvent(component, args);
 }
コード例 #2
0
 private void OnElectrocutionAttempt(EntityUid uid, InventoryComponent component, ElectrocutionAttemptEvent args)
 {
     foreach (var equipped in component.GetAllHeldItems())
     {
         RaiseLocalEvent(equipped.Uid, args, false);
     }
 }