C# 클래스 RotMG_Net_Lib.Models.MoveRecord

파일 보기 프로젝트 열기: tripleys/RotMG-Net-Lib

공개 프로퍼티들

프로퍼티 타입 설명
Time int
X float
Y float

공개 메소드들

메소드 설명
MoveRecord ( int time, float x, float y ) : RotMG_Net_Lib.Networking.Packets
Write ( PacketOutput output ) : void

메소드 상세

MoveRecord() 공개 메소드

public MoveRecord ( int time, float x, float y ) : RotMG_Net_Lib.Networking.Packets
time int
x float
y float
리턴 RotMG_Net_Lib.Networking.Packets

Write() 공개 메소드

public Write ( PacketOutput output ) : void
output PacketOutput
리턴 void

프로퍼티 상세

Time 공개적으로 프로퍼티

public int Time
리턴 int

X 공개적으로 프로퍼티

public float X
리턴 float

Y 공개적으로 프로퍼티

public float Y
리턴 float