C# 클래스 Reckoning.Game.Notifier.Inventory

상속: Notification
파일 보기 프로젝트 열기: dylannorthrup/hexapidocs

공개 프로퍼티들

프로퍼티 타입 설명
Action string
Complete List
ItemsAdded List
ItemsRemoved List

공개 메소드들

메소드 설명
ContainsData ( ) : bool
GetMessageName ( ) : string
Inventory ( string user, int>.Dictionary totals ) : System

메소드 상세

ContainsData() 공개 메소드

public ContainsData ( ) : bool
리턴 bool

GetMessageName() 공개 정적인 메소드

public static GetMessageName ( ) : string
리턴 string

Inventory() 공개 메소드

public Inventory ( string user, int>.Dictionary totals ) : System
user string
totals int>.Dictionary
리턴 System

프로퍼티 상세

Action 공개적으로 프로퍼티

public string Action
리턴 string

Complete 공개적으로 프로퍼티

public List Complete
리턴 List

ItemsAdded 공개적으로 프로퍼티

public List ItemsAdded
리턴 List

ItemsRemoved 공개적으로 프로퍼티

public List ItemsRemoved
리턴 List