C# 클래스 MessageHarvestExecuted, tf_client

Message sent when a harvest is executed.
상속: MessageAM
파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
listenerType string

공개 메소드들

메소드 설명
MessageHarvestExecuted ( Harvest, harvest, Harvest, products )

Initializes a new instance of the MessageHarvestExecuted class.

메소드 상세

MessageHarvestExecuted() 공개 메소드

Initializes a new instance of the MessageHarvestExecuted class.
public MessageHarvestExecuted ( Harvest, harvest, Harvest, products )
harvest Harvest, /// Harvest. ///
products Harvest, /// Products. ///

프로퍼티 상세

listenerType 공개적으로 정적으로 프로퍼티

The type of the listener.
public static string listenerType
리턴 string