프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ShopDefinitions | List |
||
ShopDictionary | ShopDefinition>.Dictionary | ||
ShopItems | List |
메소드 | 설명 | |
---|---|---|
ShopData ( Stream stream, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System | ||
ShopData ( String filename, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public ShopData ( String filename, uint shopStart, uint shopCount, uint itemStart, uint itemCount ) : System | ||
filename | String | |
shopStart | uint | |
shopCount | uint | |
itemStart | uint | |
itemCount | uint | |
리턴 | System |