Table of Contents

Class CharacterCreationPacketExtensions

Namespace
Moongate.Network.Packets.Incoming.Login
Assembly
Moongate.Network.Packets.dll

Provides mapping helpers from character creation packet payloads to persistence entities.

public static class CharacterCreationPacketExtensions
Inheritance
CharacterCreationPacketExtensions
Inherited Members

Methods

ToEntity(CharacterCreationPacket, Serial, Serial)

Creates a new UOMobileEntity populated from this character creation packet.

public static UOMobileEntity ToEntity(this CharacterCreationPacket packet, Serial mobileId, Serial accountId)

Parameters

packet CharacterCreationPacket
mobileId Serial
accountId Serial

Returns

UOMobileEntity