Co-authored-by: chromiumboy <chromium.boy@gmail.com> Co-authored-by: chromiumboy <50505512+chromiumboy@users.noreply.github.com>
9 lines
153 B
C#
9 lines
153 B
C#
using Content.Shared.Power.EntitySystems;
|
|
|
|
namespace Content.Client.Power.EntitySystems;
|
|
|
|
public sealed class PowerNetSystem : SharedPowerNetSystem
|
|
{
|
|
|
|
}
|