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

A packet sent to notify clients of a changed attribute on a given entity This packet is sent once per entity that has had attributes changed This packet is sent by the AttributeSyncSystem and should only be sent by it.
Afficher le fichier Open project: GrindFest/GrindFest

Méthodes publiques

Свойство Type Description
Attributes List
ObjectId ulong

Méthodes publiques

Méthode Description
ServerAttributesChangedPacket ( List attributes, ulong objectId ) : System

Method Details

ServerAttributesChangedPacket() public méthode

public ServerAttributesChangedPacket ( List attributes, ulong objectId ) : System
attributes List
objectId ulong
Résultat System

Property Details

Attributes public_oe property

public List Attributes
Résultat List

ObjectId public_oe property

The ID of the object that had attributes changed
public ulong ObjectId
Résultat ulong