C# 클래스 GladNet.Message.StatusChangePayload

상속: GladNet.Payload.PacketPayload
파일 보기 프로젝트 열기: HelloKitty/GladNet2 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StatusChangePayload ( NetStatus status ) : System

Generates a StatusChangePayload instance with the given NetStatus

보호된 메소드들

메소드 설명
StatusChangePayload ( ) : System

Empty protobuf-net constuctor

메소드 상세

StatusChangePayload() 보호된 메소드

Empty protobuf-net constuctor
protected StatusChangePayload ( ) : System
리턴 System

StatusChangePayload() 공개 메소드

Generates a StatusChangePayload instance with the given NetStatus
public StatusChangePayload ( NetStatus status ) : System
status NetStatus NetStatus of the change.
리턴 System