C# Class MessageHarvestEnded, tf_client

Message sent when a harvest ended.
Inheritance: MessageAM
Show file Open project: wids-eria/tf_client

Public Properties

Property Type Description
listenerType string

Public Methods

Method Description
MessageHarvestEnded ( Harvest, harvest )

Initializes a new instance of the MessageHarvestEnded class.

Method Details

MessageHarvestEnded() public method

Initializes a new instance of the MessageHarvestEnded class.
public MessageHarvestEnded ( Harvest, harvest )
harvest Harvest, /// Harvest. ///

Property Details

listenerType public static property

The type of the listener.
public static string listenerType
return string