C# Class Pluton.Rust.Events.HammerEvent

Inheritance: Core.Event
Afficher le fichier Open project: Notulp/Pluton.Rust

Méthodes publiques

Свойство Type Description
HitBone string
_info HitInfo
basePlayer BasePlayer

Méthodes publiques

Méthode Description
HammerEvent ( HitInfo info, BasePlayer player ) : Core

Method Details

HammerEvent() public méthode

public HammerEvent ( HitInfo info, BasePlayer player ) : Core
info HitInfo
player BasePlayer
Résultat Core

Property Details

HitBone public_oe property

public string HitBone
Résultat string

_info public_oe property

public HitInfo _info
Résultat HitInfo

basePlayer public_oe property

public BasePlayer basePlayer
Résultat BasePlayer