C# 클래스 Pluton.Rust.Events.HammerEvent

상속: Core.Event
파일 보기 프로젝트 열기: Notulp/Pluton.Rust

공개 프로퍼티들

프로퍼티 타입 설명
HitBone string
_info HitInfo
basePlayer BasePlayer

공개 메소드들

메소드 설명
HammerEvent ( HitInfo info, BasePlayer player ) : Core

메소드 상세

HammerEvent() 공개 메소드

public HammerEvent ( HitInfo info, BasePlayer player ) : Core
info HitInfo
player BasePlayer
리턴 Core

프로퍼티 상세

HitBone 공개적으로 프로퍼티

public string HitBone
리턴 string

_info 공개적으로 프로퍼티

public HitInfo _info
리턴 HitInfo

basePlayer 공개적으로 프로퍼티

public BasePlayer basePlayer
리턴 BasePlayer