15 lines
464 B
C#
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.
|