Class DewProfile.HeroStarSlotUnlockData
Inheritance
object
DewProfile.HeroStarSlotUnlockData
Assembly: Dew.Core.dll
Syntax
public class DewProfile.HeroStarSlotUnlockData
Fields
addedDestruction
Declaration
public List<int> addedDestruction
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><int> |
|
addedFlexible
Declaration
public List<int> addedFlexible
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><int> |
|
addedImagination
Declaration
public List<int> addedImagination
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><int> |
|
addedLife
Declaration
public List<int> addedLife
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><int> |
|
Methods
Get(StarType)
Declaration
public List<int> Get(StarType type)
Parameters
Returns
| Type |
Description |
| System.Collections.Generic.List<T><int> |
|
Set(StarType, List<int>)
Declaration
public void Set(StarType type, List<int> list)
Parameters
| Type |
Name |
Description |
| StarType |
type |
|
| System.Collections.Generic.List<T><int> |
list |
|