* carry * fix * carriable update * Removed carriable from vox, slime --------- Co-authored-by: Vigers Ray <60344369+VigersRay@users.noreply.github.com>
9 lines
205 B
C#
9 lines
205 B
C#
using Content.Shared.DoAfter;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Carrying;
|
|
|
|
[Serializable, NetSerializable]
|
|
public sealed partial class CarryDoAfterEvent : SimpleDoAfterEvent
|
|
{
|
|
}
|