Convert AME Visualizers (#9037)
Co-authored-by: TekuNut <3456422+TekuNut@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.AME.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class AMEControllerVisualsComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user