- using Robust.Shared.GameStates;
- namespace Content.Server.Power.Components
- {
- /// <summary>
- /// This object is an APC electronics, used for constructing APCs
- /// </summary>
- [RegisterComponent]
- public sealed partial class ApcElectronicsComponent : Component
- { }
- }
|