2022-12-20 17:39:57 -05:00
|
|
|
|
namespace Content.Server.Research.TechnologyDisk.Components;
|
|
|
|
|
|
|
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class DiskConsolePrintingComponent : Component
|
2022-12-20 17:39:57 -05:00
|
|
|
|
{
|
|
|
|
|
|
public TimeSpan FinishTime;
|
|
|
|
|
|
}
|