Property | Type | Description | |
---|---|---|---|
ShopDefinitions | List |
||
ShopDictionary | ShopDefinition>.Dictionary | ||
ShopItems | List |
Method | Description | |
---|---|---|
ShopData ( Stream stream, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System | ||
ShopData ( String filename, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System |
Method | Description | |
---|---|---|
LoadFile ( Stream stream, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : bool |
public ShopData ( Stream stream, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System | ||
stream | Stream | |
shopStart | uint | |
shopCount | uint | |
itemStart | uint | |
itemCount | uint | |
return | System |
public ShopData ( String filename, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System | ||
filename | String | |
shopStart | uint | |
shopCount | uint | |
itemStart | uint | |
itemCount | uint | |
return | System |
public Dictionary |
||
return | ShopDefinition>.Dictionary |