C# Class SagaMap.Packets.Server.ShowMapInfo

Sends health and skill point values of a selected actor to be displayed in a box. (Needed to end battle.)
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method Description
SetMapInfo ( byte>.Dictionary info ) : void
ShowMapInfo ( ) : System

Constructor.

Method Details

SetMapInfo() public method

public SetMapInfo ( byte>.Dictionary info ) : void
info byte>.Dictionary
return void

ShowMapInfo() public method

Constructor.
public ShowMapInfo ( ) : System
return System