Struct NamingBroadcast
Broadcast for updating or assigning a name in the naming system. Contains the type, ID, and name to assign.
public struct NamingBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
ID
ID of the entity being named.
public long ID
Field Value
Name
Name to assign to the entity.
public string Name
Field Value
Type
Type of the naming system (e.g., character, guild).
public NamingSystemType Type