перенос файлов сервера из папки White в _White
This commit is contained in:
11
Content.Server/_White/Carrying/BeingCarriedComponent.cs
Normal file
11
Content.Server/_White/Carrying/BeingCarriedComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Content.Server.Carrying
|
||||
{
|
||||
/// <summary>
|
||||
/// Stores the carrier of an entity being carried.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class BeingCarriedComponent : Component
|
||||
{
|
||||
public EntityUid Carrier = default!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user