Class MeleeWeaponItem
Inheritance
System.Object
MeleeWeaponItem
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public abstract class MeleeWeaponItem : WeaponItem, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, INotifyPropertyChanged, IInteractor, IHasInteractions, IPlaceableItem, IController, IViewController, IHasUniversalID
Constructors
MeleeWeaponItem()
Declaration
protected MeleeWeaponItem()
Methods
Hit(Player, NetObjAttachInfo)
Declaration
public void Hit(Player player, NetObjAttachInfo hitAttachInfo)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
NetObjAttachInfo | hitAttachInfo |
Implements
System.ComponentModel.INotifyPropertyChanged