C# 클래스 MCPE.AlphaServer.Packets.ExplodePacket

상속: MCPE.AlphaServer.Packets.RakPacket
파일 보기 프로젝트 열기: atipls/MCPE.AlphaServer

공개 프로퍼티들

프로퍼티 타입 설명
Count int
Radius float
Records byte
X float
_Counts byte
_Records byte

공개 메소드들

메소드 설명
Serialize ( ) : byte[]

메소드 상세

Serialize() 공개 메소드

public Serialize ( ) : byte[]
리턴 byte[]

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

Radius 공개적으로 프로퍼티

public float Radius
리턴 float

Records 공개적으로 프로퍼티

public byte Records
리턴 byte

X 공개적으로 프로퍼티

public float X
리턴 float

_Counts 공개적으로 프로퍼티

public byte _Counts
리턴 byte

_Records 공개적으로 프로퍼티

public byte _Records
리턴 byte