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