C# Class Pluton.Rust.Events.HammerEvent

Inheritance: Core.Event
Exibir arquivo Open project: Notulp/Pluton.Rust

Public Properties

Property Type Description
HitBone string
_info HitInfo
basePlayer BasePlayer

Public Methods

Method Description
HammerEvent ( HitInfo info, BasePlayer player ) : Core

Method Details

HammerEvent() public method

public HammerEvent ( HitInfo info, BasePlayer player ) : Core
info HitInfo
player BasePlayer
return Core

Property Details

HitBone public_oe property

public string HitBone
return string

_info public_oe property

public HitInfo _info
return HitInfo

basePlayer public_oe property

public BasePlayer basePlayer
return BasePlayer