Sentry turrets - Part 6: Sentry turret control panels (#35235)

This commit is contained in:
chromiumboy
2025-05-26 08:00:50 -05:00
committed by GitHub
parent 32ffbbfb0f
commit f99850e1fb
18 changed files with 1511 additions and 66 deletions

View File

@@ -0,0 +1,9 @@
using Content.Shared.TurretController;
namespace Content.Client.TurretController;
/// <inheritdoc/>
public sealed class DeployableTurretControllerSystem : SharedDeployableTurretControllerSystem
{
}