10 lines
207 B
C#
10 lines
207 B
C#
|
|
using System.ComponentModel.DataAnnotations;
|
||
|
|
using Robust.Shared.GameObjects;
|
||
|
|
|
||
|
|
namespace Content.Client.AME.Components;
|
||
|
|
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed class AMEControllerVisualsComponent : Component
|
||
|
|
{
|
||
|
|
}
|