mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-26 01:33:35 +00:00
comments in BeginZoning packet
This commit is contained in:
parent
9f783572cd
commit
1b296e30b1
1 changed files with 8 additions and 1 deletions
|
|
@ -5,7 +5,14 @@ import net.psforever.packet.{GamePacketOpcode, Marshallable, PacketHelpers, Plan
|
|||
import scodec.Codec
|
||||
|
||||
/**
|
||||
* na
|
||||
* Dispatched by the client after the current map has been fully loaded locally and its objects are ready to be initialized.<br>
|
||||
* <br>
|
||||
* When the server receives the packet, for each object on that map, it sends the packets to the client:<br>
|
||||
* - `SetEmpireMessage`<br>
|
||||
* - `HackMessage`<br>
|
||||
* - `PlanetSideAttributeMessage`<br>
|
||||
* - ... and so forth<br>
|
||||
* Afterwards, an avatar POV is declared and the remaining details about the said avatar are assigned.
|
||||
*/
|
||||
final case class BeginZoningMessage()
|
||||
extends PlanetSideGamePacket {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue