Add multipart machines system (#35969)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Content.Client.Machines.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Component attached to all multipart machine ghosts
|
||||
/// Intended for client side usage only, but used on prototypes.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class MultipartMachineGhostComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Machine this particular ghost is linked to.
|
||||
/// </summary>
|
||||
public EntityUid? LinkedMachine = null;
|
||||
}
|
||||
Reference in New Issue
Block a user