6
StarHorizon_Public/Content.Server/_Mono/FireControl/FireControlRotateComponent.cs
2026-01-13 18:31:02 +02:00

15 lines
464 B
C#

// SPDX-FileCopyrightText: 2025 starch
//
// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright Rane (elijahrane@gmail.com) 2025
// All rights reserved. Relicensed under AGPL with permission
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom;
namespace Content.Server._Mono.FireControl;
[RegisterComponent]
public sealed partial class FireControlRotateComponent : Component;
// Give this to ship guns you want to rotate when firing.