Class HandsSystem
Implements
EntitySystem
Namespace: Content.Server.Hands.Systems
Assembly: Content.Server.dll
Syntax
public sealed class HandsSystem : SharedHandsSystem, EntitySystem
Methods
| Improve this Doc View SourceHandleEntityRemoved(EntityUid, HandsComponent, EntRemovedFromContainerMessage)
Declaration
protected override void HandleEntityRemoved(EntityUid uid, HandsComponent hands, EntRemovedFromContainerMessage args)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
HandsComponent | hands | |
Robust.Shared.Containers.EntRemovedFromContainerMessage | args |
Initialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceShutdown()
Declaration
public override void Shutdown()
Overrides
Implements
EntitySystem