private void OnCellSlotUpdated(EntityUid uid, ServerBatteryBarrelComponent component, ContainerModifiedMessage args)
 {
     if (args.Container.ID == component.CellSlot.ID)
     {
         component.UpdateAppearance();
     }
 }
Beispiel #2
0
 private void OnCellSlotUpdated(EntityUid uid, ServerBatteryBarrelComponent component, PowerCellChangedEvent args)
 {
     component.UpdateAppearance();
 }