9 lines
171 B
C#
9 lines
171 B
C#
namespace Content.Client.Power.Generation.Teg;
|
|
|
|
/// <seealso cref="TegSystem"/>
|
|
[RegisterComponent]
|
|
public sealed partial class TegCirculatorComponent : Component
|
|
{
|
|
|
|
}
|