C# 클래스 Server.Game.Network.Packets.ServerMobMovementPacket

파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 프로퍼티들

프로퍼티 타입 설명
Goal Vector2
MobId ulong

공개 메소드들

메소드 설명
ServerMobMovementPacket ( ulong mobId, Vector2 goal ) : Server.Infrastructure.Network.Packets

메소드 상세

ServerMobMovementPacket() 공개 메소드

public ServerMobMovementPacket ( ulong mobId, Vector2 goal ) : Server.Infrastructure.Network.Packets
mobId ulong
goal Vector2
리턴 Server.Infrastructure.Network.Packets

프로퍼티 상세

Goal 공개적으로 프로퍼티

public Vector2 Goal
리턴 Vector2

MobId 공개적으로 프로퍼티

public ulong MobId
리턴 ulong