C# Класс 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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Attributes List
ObjectId ulong

Открытые методы

Метод Описание
ServerAttributesChangedPacket ( List attributes, ulong objectId ) : System

Описание методов

ServerAttributesChangedPacket() публичный Метод

public ServerAttributesChangedPacket ( List attributes, ulong objectId ) : System
attributes List
objectId ulong
Результат System

Описание свойств

Attributes публичное свойство

public List Attributes
Результат List

ObjectId публичное свойство

The ID of the object that had attributes changed
public ulong ObjectId
Результат ulong