Beispiel #1
0
 public GameRolePlayPortalInformations(
     double contextualId,
     EntityDispositionInformations disposition,
     EntityLook look,
     PortalInformation portal)
     : base(contextualId, disposition, look)
 {
     this.portal = portal;
 }
Beispiel #2
0
 public override void Deserialize(IDataReader reader)
 {
     base.Deserialize(reader);
     this.portal = ProtocolTypeManager.GetInstance <PortalInformation>((uint)reader.ReadUShort());
     this.portal.Deserialize(reader);
 }