Свойство | Type | Description | |
---|---|---|---|
ShopDefinitions | List |
||
ShopDictionary | ShopDefinition>.Dictionary | ||
ShopItems | List |
Méthode | 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 |
Méthode | 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 | |
Résultat | System |
public ShopData ( String filename, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System | ||
filename | String | |
shopStart | uint | |
shopCount | uint | |
itemStart | uint | |
itemCount | uint | |
Résultat | System |
public Dictionary |
||
Résultat | ShopDefinition>.Dictionary |