C# Class Reckoning.Game.Notifier.Inventory

Inheritance: Notification
Show file Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
Action string
Complete List
ItemsAdded List
ItemsRemoved List

Public Methods

Method Description
ContainsData ( ) : bool
GetMessageName ( ) : string
Inventory ( string user, int>.Dictionary totals ) : System

Method Details

ContainsData() public method

public ContainsData ( ) : bool
return bool

GetMessageName() public static method

public static GetMessageName ( ) : string
return string

Inventory() public method

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

Property Details

Action public property

public string Action
return string

Complete public property

public List Complete
return List

ItemsAdded public property

public List ItemsAdded
return List

ItemsRemoved public property

public List ItemsRemoved
return List