C# Class Server.Game.Network.Packets.ServerMobMovementPacket

Exibir arquivo Open project: GrindFest/GrindFest

Public Properties

Property Type Description
Goal Vector2
MobId ulong

Public Methods

Method Description
ServerMobMovementPacket ( ulong mobId, Vector2 goal ) : Server.Infrastructure.Network.Packets

Method Details

ServerMobMovementPacket() public method

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

Property Details

Goal public_oe property

public Vector2 Goal
return Vector2

MobId public_oe property

public ulong MobId
return ulong