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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
HurtEvent ( HitInfo info ) : Core

메소드 상세

HurtEvent() 공개 메소드

public HurtEvent ( HitInfo info ) : Core
info HitInfo
리턴 Core

프로퍼티 상세

HitBone 공개적으로 프로퍼티

public string HitBone
리턴 string

_info 공개적으로 프로퍼티

public HitInfo _info
리턴 HitInfo