Struct PerMonsterTypeData<T>
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[Serializable]
public struct PerMonsterTypeData<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
boss
Declaration
public T boss
Field Value
| Type | Description |
|---|---|
| T |
lesser
Declaration
public T lesser
Field Value
| Type | Description |
|---|---|
| T |
miniBoss
Declaration
public T miniBoss
Field Value
| Type | Description |
|---|---|
| T |
normal
Declaration
public T normal
Field Value
| Type | Description |
|---|---|
| T |
Methods
Get(MonsterType)
Declaration
public T Get(Monster.MonsterType type)
Parameters
| Type | Name | Description |
|---|---|---|
| Monster.MonsterType | type |
Returns
| Type | Description |
|---|---|
| T |
Set(MonsterType, T)
Declaration
public void Set(Monster.MonsterType type, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| Monster.MonsterType | type | |
| T | value |