фикс системы таскания
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace Content.Server.Carrying
|
||||
namespace Content.Server._White.Carrying;
|
||||
|
||||
/// <summary>
|
||||
/// Stores the carrier of an entity being carried.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class BeingCarriedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Stores the carrier of an entity being carried.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class BeingCarriedComponent : Component
|
||||
{
|
||||
public EntityUid Carrier = default!;
|
||||
}
|
||||
}
|
||||
public EntityUid Carrier = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user