C# Class SagaMap.Packets.Server.SendIdent

Send the identity of the mapserver to the client.
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
SendIdent ( ) : System

Constructor.

SetActorID ( uint actorID ) : void

Method Details

SendIdent() public method

Constructor.
public SendIdent ( ) : System
return System

SetActorID() public method

public SetActorID ( uint actorID ) : void
actorID uint
return void