mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
* cleanup * fix fixtures * prediction * fix test * review * fix svalinn visuals * fix chargers * fix portable recharger and its unlit visuals * fix borgs * oomba review * fix examination prediction * predict * readd zapping interacting mobs
6 lines
135 B
C#
6 lines
135 B
C#
using Content.Shared.Medical;
|
|
|
|
namespace Content.Client.Medical;
|
|
|
|
public sealed class DefibrillatorSystem : SharedDefibrillatorSystem;
|