8 lines
143 B
C#
8 lines
143 B
C#
|
|
namespace Content.Server.Administration.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent]
|
|||
|
|
public sealed partial class AdminMinigunComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|