Method | Description | |
---|---|---|
Initialize ( ) : void | ||
RarifyItem ( |
||
SetRarityPoint ( ) : void | ||
Sum ( |
||
UpgradeItem ( |
||
WearableInstance ( ) : System | ||
WearableInstance ( System.Guid id ) : System | ||
WearableInstance ( short vNum, byte amount ) : System |
public RarifyItem ( |
||
session | ||
mode | RarifyMode | |
protection | RarifyProtection | |
isCommand | bool | |
return | void |
public Sum ( |
||
session | ||
itemToSum | ||
return | void |
public UpgradeItem ( |
||
session | ||
mode | UpgradeMode | |
protection | UpgradeProtection | |
isCommand | bool | |
return | void |
public WearableInstance ( System.Guid id ) : System | ||
id | System.Guid | |
return | System |
public WearableInstance ( short vNum, byte amount ) : System | ||
vNum | short | |
amount | byte | |
return | System |