C# Class Items.Others.ItemMagBoots

Inheritance: NetworkBehaviour, IServerInventoryMove, IMovementEffect
Mostrar archivo Open project: unitystation/unitystation

Public Methods

Method Description
OnInventoryMoveServer ( InventoryMove info ) : void

Private Methods

Method Description
ApplyEffect ( ) : void
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
RemoveEffect ( ) : void
ToggleOff ( ) : void
ToggleOn ( ) : void
ToggleState ( ) : void

Method Details

OnInventoryMoveServer() public method

public OnInventoryMoveServer ( InventoryMove info ) : void
info InventoryMove
return void