C# Class Pluton.Events.HammerEvent

Inheritance: CountedInstance
Show file Open project: Notulp/Pluton

Public Properties

Property Type Description
HitBone string
_info HitInfo
basePlayer BasePlayer

Public Methods

Method Description
HammerEvent ( HitInfo info, BasePlayer player )

Method Details

HammerEvent() public method

public HammerEvent ( HitInfo info, BasePlayer player )
info HitInfo
player BasePlayer

Property Details

HitBone public property

public string HitBone
return string

_info public property

public HitInfo _info
return HitInfo

basePlayer public property

public BasePlayer basePlayer
return BasePlayer